nimes: fix right sidebar gutter (#70317)

This commit is contained in:
Corentin Sechet 2022-10-19 16:01:26 +02:00
parent d94fcc1250
commit 5c7fcd1711
1 changed files with 2 additions and 0 deletions

View File

@ -95,6 +95,8 @@ div#main-content {
}
.central-content div#right-sidebar {
margin-left: $sidebar-columns-gutter;
@media ($min-desktop-viewport) {
flex: 0 0 $sidebar-width;
max-width: $sidebar-max-width;