aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/hmno_header.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/hmno_header.scss')
-rw-r--r--app/assets/stylesheets/hmno_header.scss13
1 files changed, 10 insertions, 3 deletions
diff --git a/app/assets/stylesheets/hmno_header.scss b/app/assets/stylesheets/hmno_header.scss
index 32e2760..772b7d4 100644
--- a/app/assets/stylesheets/hmno_header.scss
+++ b/app/assets/stylesheets/hmno_header.scss
@@ -24,21 +24,28 @@
repeat: repeat-y;
}
- height: 100px;
+ height: 110px;
border-bottom: 1px solid $fg;
margin-bottom: $spacing;
+ padding-top: $spacing;
#logo {
flex: 0 0 200px;
}
#merchlink {
- flex: 0 0 200px;
+ flex: 0 0 90px;
text-align: center;
img {
display: block;
- margin-top: 0;
+ text-align: center;
+ background-color: #fff8;
+ padding: 0.2rem;
+
+ &:hover {
+ background-color: #fffc;
+ }
}
a {