This commit is contained in:
Codrin Pavel
2019-11-12 14:43:58 +02:00
parent a5d329722b
commit b9fe86aa76
4 changed files with 10 additions and 6 deletions

View File

@@ -4,6 +4,10 @@ html {
font: 400 13px/1.4 'Open Sans', arial, sans-serif; font: 400 13px/1.4 'Open Sans', arial, sans-serif;
} }
body {
padding-top: 60px;
}
* { * {
box-sizing: border-box; box-sizing: border-box;
outline: none; outline: none;

View File

@@ -5,10 +5,10 @@ header {
justify-content: space-between; justify-content: space-between;
padding: 0 20px; padding: 0 20px;
border-bottom: 1px solid #E1E1E1; border-bottom: 1px solid #E1E1E1;
position: fixed;
.hamburger-button { top: 0;
left: 0;
} width: 100%;
.form { .form {
display: flex; display: flex;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long