layout: Don't use explicit `width` anymore to resize multiple columns
This commit is contained in:
parent
d83ae2cd9b
commit
6a4c3ea542
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue