From 026706fbff14ef496fdcd96cf88a7a38a20bf44f Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Thu, 3 Jun 2021 10:36:55 +0200 Subject: Styling updates to make merch link look nicer. Also made page logo and the header section a tad larger. --- app/assets/stylesheets/hmno_header.scss | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'app/assets/stylesheets/hmno_header.scss') 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 { -- cgit v1.2.3