We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2316259 commit df37173Copy full SHA for df37173
1 file changed
assets/css/main.scss
@@ -1475,6 +1475,10 @@ table {
1475
- (1920px - #{$sidebar-width-large}) ) /* 100% - 350px - (1920px - 350px); */
1476
}
1477
1478
+ #topbar {
1479
+ max-width: calc(#{$main-content-max-width} + 20px)
1480
+ }
1481
+
1482
#main>div.row {
1483
padding-left: calc((100% - #{$main-content-max-width} - 2%) / 2);
1484
0 commit comments