aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/hmno_header.scss
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2017-12-16 13:32:02 +0100
committerHarald Eilertsen <haraldei@anduin.net>2017-12-16 13:32:02 +0100
commite48585aa7e6070e9a103c29d853b0e8c9a38d23d (patch)
treee72270d39e4e8f26cf7318b8f2176e2229a4cd48 /app/assets/stylesheets/hmno_header.scss
parentcb2a7a5cee50d6aafe427483c3b8e575bd91eb9a (diff)
downloadhmnoweb-e48585aa7e6070e9a103c29d853b0e8c9a38d23d.tar.gz
hmnoweb-e48585aa7e6070e9a103c29d853b0e8c9a38d23d.tar.bz2
hmnoweb-e48585aa7e6070e9a103c29d853b0e8c9a38d23d.zip
Fixup page header.
Changes menu bckground and font size, and adds a bit of space below header.
Diffstat (limited to 'app/assets/stylesheets/hmno_header.scss')
-rw-r--r--app/assets/stylesheets/hmno_header.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/assets/stylesheets/hmno_header.scss b/app/assets/stylesheets/hmno_header.scss
index 5c83a21..8d822c0 100644
--- a/app/assets/stylesheets/hmno_header.scss
+++ b/app/assets/stylesheets/hmno_header.scss
@@ -9,6 +9,7 @@
height: 100px;
border-bottom: 1px solid $fg;
+ margin-bottom: $spacing;
#logo {
width: 200px;
@@ -22,11 +23,19 @@
img {
display: block;
+ margin-top: 0;
+ }
+
+ a {
+ color: #ddf;
+ font-weight: bold;
}
}
#menu {
text-align: center;
+ font-size: 120%;
+ font-weight: bold;
ul {
padding: 0;