mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-13 17:57:06 +00:00
Merge "Reduce space between sidebar and content"
This commit is contained in:
commit
6ae5cf8064
|
@ -20,7 +20,7 @@
|
||||||
// We want ~60px of space between the end of the sidebar and the start of the
|
// We want ~60px of space between the end of the sidebar and the start of the
|
||||||
// content container for aesthetic reasons. The sidebar is already displaced
|
// content container for aesthetic reasons. The sidebar is already displaced
|
||||||
// -30px so we simply add 30px of space to the width of the sidebar.
|
// -30px so we simply add 30px of space to the width of the sidebar.
|
||||||
@margin-start-content: @width-grid-column-one + unit( 30px / @font-size-browser, em );
|
@margin-start-content: @width-grid-column-one + unit( 8px / @font-size-browser, em );
|
||||||
// Page container's total horizontal padding in em units.
|
// Page container's total horizontal padding in em units.
|
||||||
@padding-horizontal-page-container-total: 2 * unit( @padding-horizontal-page-container / @font-size-browser, em );
|
@padding-horizontal-page-container-total: 2 * unit( @padding-horizontal-page-container / @font-size-browser, em );
|
||||||
// Equivalent to 1432px. This determines the maximum width breakpoint at which
|
// Equivalent to 1432px. This determines the maximum width breakpoint at which
|
||||||
|
|
Loading…
Reference in a new issue