Extended theme redbasic: Allow to center the content (aside + converse)
Added an option to settings of redbasic theme. You are now able to activate centering the left aside and the conversion regions in the middle of the screen. This respects configuration of conversion region width and works without special actions for mobile devices. TODO: Find a way to handle conversion width given in percent.
This commit is contained in:
5
view/theme/redbasic/css/converse_center.css
Normal file
5
view/theme/redbasic/css/converse_center.css
Normal file
@@ -0,0 +1,5 @@
|
||||
body {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: $body_width;
|
||||
}
|
||||
Reference in New Issue
Block a user