From 4e96af41acfc0c16bc64d888aa195d1d8cffcfaf Mon Sep 17 00:00:00 2001 From: Jonas Wagner Date: Thu, 25 Jan 2024 00:18:41 -0600 Subject: [PATCH] update _layout.scss --- _sass/_layout.scss | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/_sass/_layout.scss b/_sass/_layout.scss index 1ddcbfc..b2e7b40 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -4,7 +4,7 @@ .site-header { border-top: 1px solid $grey-color-dark; border-bottom: 1px solid $grey-color-light; - min-height: 56px; + min-height: 100px; //56px; // Positioning so hamburger menu stays in front of graphic elements z-index: 100; @@ -45,8 +45,8 @@ .top-banner { background: $theme-color; // #052049; - height: 55px; - font-size: 14px; + height: 100px; // 55px; + font-size: 50px;//14px; text-align: center; width: 100%; } @@ -67,8 +67,8 @@ } .top-banner.logo,.top-banner.logo .inner,.top-banner.logo div.inner div { - height: 55 px; - // height: 100px; + // height: 55 px; + height: 100px; } .top-banner div.inner div.nav { @@ -97,10 +97,10 @@ .top-banner.logo .inner { // height: 40px; // height: 55px; - height: 55px; + height: 100px; // background: url($univ-logo-url) 50px 50% no-repeat; // background: url("../assets/img/ucsf-logo-banner.png") 30px 50% no-repeat; - padding-left: 97px; + padding-left: 50px; } /** @@ -262,7 +262,7 @@ } .top-banner div.inner div { - height: 30px; + height: 100px;//30px; padding: 8px 0 8px 30px; width: 100%; }