9 lines
95 B
Text
9 lines
95 B
Text
/* -*- mode: css-ts -*- */
|
|
|
|
.leftColumn {
|
|
width: 1fr;
|
|
}
|
|
|
|
.rightColumn {
|
|
width: 2fr;
|
|
}
|