diff options
author | Siri Reiter <siri@jones.dk> | 2017-01-05 16:12:42 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2017-01-05 16:12:42 +0100 |
commit | c55999bbf9c761ec17ed1045c0e2d4a514194206 (patch) | |
tree | fe26c4bf5d204f130c9e0a78ad0731d4122ae99a /style.scss | |
parent | 8555d33eee38a045d93bb265964360811ad8106d (diff) |
Topbar padding changed to topbar image margin. Topbar background image no fixed position.
Diffstat (limited to 'style.scss')
-rw-r--r-- | style.scss | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -164,7 +164,7 @@ body { .topbar { height: 10em; margin: 0; - padding: 1.5em 0; + padding: 0; background-color: #336699; text-transform: uppercase; letter-spacing: 1px; @@ -182,10 +182,8 @@ body { */ .topbar .imgframe { @extend .topbar; - position: absolute; top: 0; width: 100%; - z-index: -1; } .topbar p { @@ -240,7 +238,7 @@ body { } .topbar img { - margin: 0 20px; + margin: 1.5em 20px; background-color: transparent; } |