From 0eb4a82a21e489702c53cee882ad2cb0c30a4a0e Mon Sep 17 00:00:00 2001 From: José Mota Date: Fri, 6 Nov 2015 16:32:24 +0000 Subject: Update blog visuals. --- _sass/elements.sass | 11 ++++++++--- _sass/main.sass | 12 ++++++------ 2 files changed, 14 insertions(+), 9 deletions(-) (limited to '_sass') diff --git a/_sass/elements.sass b/_sass/elements.sass index 03a778d..19c938c 100644 --- a/_sass/elements.sass +++ b/_sass/elements.sass @@ -1,9 +1,14 @@ -body - background: url('images/bg.png') no-repeat left top - a outline: 0 +p + margin-bottom: 0 + & + p + text-indent: 1em + +h1 + font-weight: 900 + h3 font-weight: normal diff --git a/_sass/main.sass b/_sass/main.sass index 4c52ced..9b81eff 100644 --- a/_sass/main.sass +++ b/_sass/main.sass @@ -1,6 +1,6 @@ @import "variables" -@import "elements" @import "bootstrap" +@import "elements" #cta margin-top: 120px @@ -31,15 +31,15 @@ section.feature padding-top: 2em #title - border-bottom: 1px solid rgba(#000,0.1) + //border-bottom: 1px solid rgba(#000,0.1) padding-top: 3em padding-bottom: 3em margin-bottom: 3em #logo + margin: 0 img - width: 128px - float: left - margin-right: 18px - margin-left: -146px + width: 64px +#slogan + font-style: italic -- cgit v1.2.3-54-g00ecf