diff options
author | Alex Legler <alex@a3li.li> | 2015-04-08 22:10:31 +0200 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-04-08 22:10:31 +0200 |
commit | a84fc59c760d80133ad14614948173e5f0f3098d (patch) | |
tree | be2951524fa0043b3182066d07ee8e0304a98cdf /_sass | |
parent | Ban ahrefs (diff) | |
download | www-a84fc59c760d80133ad14614948173e5f0f3098d.tar.gz www-a84fc59c760d80133ad14614948173e5f0f3098d.tar.bz2 www-a84fc59c760d80133ad14614948173e5f0f3098d.zip |
Front page header rework
- Less height
- Let's stop emerging world
- Smaller buttons
- Less padding
- Background is darker to increase contrast
Diffstat (limited to '_sass')
-rw-r--r-- | _sass/hero-sections.scss | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/_sass/hero-sections.scss b/_sass/hero-sections.scss index 25c4509..43247d8 100644 --- a/_sass/hero-sections.scss +++ b/_sass/hero-sections.scss @@ -39,11 +39,16 @@ background-color: #54487a; background-image: url('/assets/img/bg/emerge.jpg'); cursor: default; + min-height: 0; + box-shadow: 0px 0px 5px #333; + padding-top: 1em; + padding-bottom: 1em; } -.emergehdr h1 { - color: white; - text-shadow: 0px 0px 5px black; +@media (min-width: 992px) { + .emergehdr { + font-size: 1.95em; + } } .emergehdr p { @@ -51,13 +56,8 @@ color: white; } -.emergehdr h1 kbd { - text-shadow: none; - padding: .3em; - padding-top: .1em; - background-color: #3d394b; - padding-bottom: .1em; - box-shadow: 0px 0px 20px black; +.emergehdr .buttons { + margin-top: 3px; } /* about */ |