* Switch /static/keyboard_shortcuts from float-based layout to flexbox. * Switch /moderator/dashboard from float-based layout to flexbox. * Remove various .clearfix, `clear: both` rules. * Remove dead .quick-mod rule.
16 lines
198 B
SCSS
16 lines
198 B
SCSS
div#c-static {
|
|
div#a-keyboard-shortcuts {
|
|
section.column {
|
|
min-width: 25em;
|
|
|
|
ul {
|
|
margin-bottom: 2em;
|
|
}
|
|
|
|
li {
|
|
margin-bottom: 0.5em;
|
|
}
|
|
}
|
|
}
|
|
}
|