base.less: do not shrink our main structure

This commit is contained in:
Thomas Gelf 2015-11-10 13:44:57 +01:00
parent 6b90982a10
commit a674707e98
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ td, th {
font-family: @font-family;
}
#main, #sidebar, #header {
#main > .container, #menu, #header {
font-size: @font-size;
// Set line-height w/o unit so that the line-height is dynamically calculated as font-size * line-height
line-height: 1.5;