Skip to content

Commit

Permalink
feat(KUI-1401): upgrade kth/style local-navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhossein-haerian committed Aug 27, 2024
1 parent 056c193 commit e8f7deb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions public/css/_shared.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
#app {
padding-top: 30px;
padding-bottom: 30px;
.kth-local-navigation--mobile {
display: block;
width: auto;
padding: 0;

@media (min-width: 992px) {
display: none;
}
}
& > .row {
margin: 0;

Expand Down

0 comments on commit e8f7deb

Please sign in to comment.