retrospring/app/views/layouts/moderation.haml
Karina Kwiatek be1afe01e9 Fill horizontal space on medium-sized viewports
This removes the horrible side margins on portrait tablets
2021-08-12 00:37:41 +02:00

10 lines
255 B
Text

= render 'navigation/moderation'
.container-lg.container--main
.row
.col-md-3.col-sm-4.col-xs-12
= render 'tabs/moderation'
.col-md-9.col-sm-8.col-xs-12
= yield
- provide(:title, generate_title('Moderation'))
- parent_layout 'base'