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;
}
body {
padding-top: 60px;
}
* {
box-sizing: border-box;
outline: none;