Skip to content

Commit

Permalink
Optimized topbar responsive layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
cotes2020 committed Apr 7, 2020
1 parent a1fa877 commit fbb9863
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1475,6 +1475,10 @@ table {
- (1920px - #{$sidebar-width-large}) ) /* 100% - 350px - (1920px - 350px); */
}

#topbar {
max-width: calc(#{$main-content-max-width} + 20px)
}

#main>div.row {
padding-left: calc((100% - #{$main-content-max-width} - 2%) / 2);
}
Expand Down

0 comments on commit fbb9863

Please sign in to comment.