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 78a475c commit ca26caa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@

.top-banner {
background: $theme-color; // #052049;
height: 100px; // 55px;
font-size: 50px;//14px;
height: 100px; // 50px;
font-size: 25px;//14px;
text-align: center;
width: 100%;
}
Expand Down Expand Up @@ -96,8 +96,8 @@

.top-banner.logo .inner {
// height: 40px;
// height: 55px;
height: 100px;
height: 50px;
// 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: 50px;
Expand Down

0 comments on commit ca26caa

Please sign in to comment.