Skip to content

Commit

Permalink
Set a fixed height for the header
Browse files Browse the repository at this point in the history
  • Loading branch information
lfarrell committed Oct 2, 2023
1 parent bf397db commit c10c348
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions app/assets/stylesheets/unc_custom.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,11 @@ span.institution_name {
#masthead {
background-color: $carolina-blue-dark !important;
margin-bottom: 0;
max-height: 56px;

&+ nav {
margin-top: 0;
}

.navbar-brand {
padding: 10px 15px;
}
}

.image-masthead {
Expand Down Expand Up @@ -744,8 +741,6 @@ input#check_all {
}
}



@media only screen and (max-width: 865px) {
#unc-footer {
height: auto;
Expand Down

0 comments on commit c10c348

Please sign in to comment.