Browse Source

Style: some css for the main page

master
Nathan Bergey 5 years ago
parent
commit
9610a476bd
  1. 44
      src/style.sass

44
src/style.sass

@ -1,2 +1,42 @@
body
background: #fc2
*
margin: 0
padding: 0
html, body
height: 100%
font-family: sans-serif
.wrapper
min-height: 100%
margin-bottom: -25px
position: relative
.wrapper:after
content: ""
display: block
svg
position: absolute
background: #f7f7f7
width: 100%
height: 90%
footer, .wrapper:after
height: 25px
footer
padding-left: 50px
font-size: 10px
color: #ccc
header
height: 33px
h1.title
font-size: 15px
font-weight: normal
padding-left: 50px
padding-top: 10px
.title .city
font-weight: bold
Loading…
Cancel
Save