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.scss14
1 files changed, 10 insertions, 4 deletions
diff --git a/app/assets/stylesheets/hmno_header.scss b/app/assets/stylesheets/hmno_header.scss
index 4f722fd..32e2760 100644
--- a/app/assets/stylesheets/hmno_header.scss
+++ b/app/assets/stylesheets/hmno_header.scss
@@ -16,6 +16,8 @@
@import "color_scheme";
#header {
+ display: flex;
+
background: {
color: $header-bg;
image: image_url("header-metal-bg.jpg");
@@ -27,13 +29,11 @@
margin-bottom: $spacing;
#logo {
- width: 200px;
- float: left;
+ flex: 0 0 200px;
}
#merchlink {
- width: 200px;
- float: right;
+ flex: 0 0 200px;
text-align: center;
img {
@@ -47,6 +47,12 @@
}
}
+ #menu-area {
+ display: flex;
+ flex-direction: column-reverse;
+ flex-grow: 1;
+ }
+
#menu {
text-align: center;
font-size: 120%;