From c61e4c5d6b55d6d52947ce8584226bd6cdd61e6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20H=C3=A4gg?= Date: Sat, 12 Sep 2015 17:29:15 +0200 Subject: [PATCH] fuck --- src/sass/_content.scss | 6 +++--- src/sass/_layout.scss | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/sass/_content.scss b/src/sass/_content.scss index 824c900..a490c29 100644 --- a/src/sass/_content.scss +++ b/src/sass/_content.scss @@ -485,6 +485,9 @@ position:relative; overflow:hidden; padding:3%; + h3 { + font-size:2.7em; + } .ipad { min-height:450px; img { @@ -631,9 +634,6 @@ opacity:1; z-index:1; } - .bluebutton { - width:48%; - } } } } diff --git a/src/sass/_layout.scss b/src/sass/_layout.scss index 803b16e..1e34e72 100644 --- a/src/sass/_layout.scss +++ b/src/sass/_layout.scss @@ -50,6 +50,7 @@ html { color:$softwhite; background:$htblue; border:2px solid transparent !important; + margin-top:1px; transition: color .3s ease,background .3s ease,border .3s ease, border-radius .3s ease; &:hover{ background:transparent; @@ -311,6 +312,7 @@ body { &.animate { transition: opacity 0.5s linear; position: absolute; + right:0; } &.leave { margin-right: -100%; @@ -368,7 +370,8 @@ footer { background:$softblack; border-top:2px solid $softwhite; padding-top:35px; - padding-top:35px; + padding-bottom:35px; + padding-left:2%; *:not(.company-name):not(strong) {font-weight:500;} h3, h2, *:not(li) > a { color:$softwhite;