layout: Don't use explicit `width` anymore to resize multiple columns

This commit is contained in:
Johannes Meyer 2019-12-06 16:05:24 +01:00
parent d83ae2cd9b
commit 6a4c3ea542
1 changed files with 1 additions and 9 deletions

View File

@ -202,16 +202,8 @@
border-left: 1px solid @gray-lighter;
}
#layout.twocols > #main > .container {
width: 50%;
}
#layout.twocols.wide-layout #col1 {
width: 33.33%;
}
#layout.twocols.wide-layout #col2 {
width: 66.66%;
flex-grow: 2;
}
// Safe areas for iPhone X