From 9610a476bd447c4bdb64afabef0e1cd25216737e Mon Sep 17 00:00:00 2001 From: Nathan Bergey Date: Sat, 19 Jan 2019 18:04:44 -0500 Subject: [PATCH] Style: some css for the main page --- src/style.sass | 44 ++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git a/src/style.sass b/src/style.sass index c37d1d0..e90d333 100644 --- a/src/style.sass +++ b/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