This commit is contained in:
alexandre-pereira
2015-03-20 15:48:08 +01:00
parent 2fdcf42f29
commit df7f8fc05a
9 changed files with 14 additions and 12 deletions

File diff suppressed because one or more lines are too long

View File

@ -4,13 +4,13 @@
box-sizing: border-box;
}
html, body {
body {
font-family: 'Oswald', sans-serif;
background: #ebebeb;
background: url('../imgs/bg.png') no-repeat bottom center fixed;
background-size: cover;
font-weight:300;
font-weight:300;
}
nav {