Skip to content

Commit

Permalink
fix: Update banner height on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavrajs committed Apr 7, 2022
1 parent 44ec147 commit aecb87f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,10 @@ html[data-theme="light"] .navbar__link--active {
.doc-page--footer--edit {
flex-direction: column;
}

div[class^='announcementBar_'] {
height: 4rem;
}
}

div[class^='announcementBar_'] {
Expand Down

0 comments on commit aecb87f

Please sign in to comment.