Skip to content

Commit

Permalink
don't remove padding from #infoDisplay
Browse files Browse the repository at this point in the history
Zero padding on #infoDisplay made the front page have a horizontal
scrollbar.
  • Loading branch information
christianp committed Feb 9, 2024
1 parent 1870337 commit e793d52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions themes/default/files/resources/exam.css
Expand Up @@ -239,8 +239,11 @@ body.navigate-menu.show-nav #everything > #topNav {
#everything > main > #questionContainer,
#everything > main > #infoDisplay {
max-width: 1170px;
}
#everything > main > #questionContainer {
padding-right: 0;
}

#navMenu-wrapper {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit e793d52

Please sign in to comment.