Skip to content

Commit

Permalink
update _layout.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaswagner2826 committed Jan 25, 2024
1 parent b2b96f7 commit 4e96af4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions _sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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%;
}
Expand All @@ -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 {
Expand Down Expand Up @@ -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;
}

/**
Expand Down Expand Up @@ -262,7 +262,7 @@
}

.top-banner div.inner div {
height: 30px;
height: 100px;//30px;
padding: 8px 0 8px 30px;
width: 100%;
}
Expand Down

0 comments on commit 4e96af4

Please sign in to comment.