Skip to content

Commit

Permalink
Adjust navbar-brand alignment for mobile (#1628)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saloni-2005 authored Jan 7, 2025
1 parent de4463e commit 388101d
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions css/hsf.css
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@
.navbar-brand {
height: 40px;
padding: 9.5px 15px;
font-size: 15px;
font-size: 14px;
margin-top: 2px;
}

.navbar-default .navbar-nav > li > a:focus,
Expand All @@ -188,6 +189,19 @@
color: #f39c12;
}

@media (max-width: 768px) {
.navbar-brand {
font-size: 27px;
padding: 8px 10px;
margin-top: 7px;
}

.navbar-nav.navbar-right ~ .navbar-brand {
justify-content: flex-start;
}
}


.navbar-nav>li>a {
padding-top: 9.5px;
padding-bottom: 9.5px
Expand Down Expand Up @@ -399,4 +413,5 @@ figure.centered-figure {
}
.big-link-container a {
min-height: 0;
}
}
}

0 comments on commit 388101d

Please sign in to comment.