Skip to content

Commit

Permalink
avoid large margins on .container also for <1200px viewports
Browse files Browse the repository at this point in the history
  • Loading branch information
osma committed Jan 23, 2025
1 parent 1c8f581 commit d599f20
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions resource/css/skosmos.css
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,10 @@ body {

/* Main container
*****************************************/
.container {
max-width: 1460px !important;
}

#main-container {
font-size: 16px;
}
Expand Down Expand Up @@ -961,12 +965,6 @@ body {
font-weight: 700;
}

@media (min-width: 1200px) {
.container {
max-width: 1460px !important;
}
}

#alphabetical-menu > .list-group > .list-group-item {
border: none !important;
}
Expand Down

0 comments on commit d599f20

Please sign in to comment.