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
+4
View File
@@ -4,6 +4,10 @@ html {
font: 400 13px/1.4 'Open Sans', arial, sans-serif;
}
body {
padding-top: 60px;
}
* {
box-sizing: border-box;
outline: none;
+4 -4
View File
@@ -5,10 +5,10 @@ header {
justify-content: space-between;
padding: 0 20px;
border-bottom: 1px solid #E1E1E1;
.hamburger-button {
}
position: fixed;
top: 0;
left: 0;
width: 100%;
.form {
display: flex;
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long