split up layout and global file and clean up markup
This commit is contained in:
committed by
Benedikt Rötsch
parent
090e0e332a
commit
bf1e00c1e9
5
assets/stylesheets/layout/layout-centered.css
Normal file
5
assets/stylesheets/layout/layout-centered.css
Normal file
@@ -0,0 +1,5 @@
|
||||
@block layout-centered {
|
||||
max-width: var(--content-max-width);
|
||||
margin: 0 auto;
|
||||
padding: 0 2vw;
|
||||
}
|
||||
Reference in New Issue
Block a user