Skip to content

Commit df37173

Browse files
committed
Optimized topbar responsive layout.
1 parent 2316259 commit df37173

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

assets/css/main.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1475,6 +1475,10 @@ table {
14751475
- (1920px - #{$sidebar-width-large}) ) /* 100% - 350px - (1920px - 350px); */
14761476
}
14771477

1478+
#topbar {
1479+
max-width: calc(#{$main-content-max-width} + 20px)
1480+
}
1481+
14781482
#main>div.row {
14791483
padding-left: calc((100% - #{$main-content-max-width} - 2%) / 2);
14801484
}

0 commit comments

Comments
 (0)