mirror of
https://github.com/adulau/foo.be.git
synced 2024-11-07 11:26:25 +00:00
10 lines
261 B
SCSS
10 lines
261 B
SCSS
|
/* ==========================================================================
|
||
|
Layout
|
||
|
========================================================================== */
|
||
|
|
||
|
.u-container {
|
||
|
max-width: 116rem; // 1160px
|
||
|
margin-right: auto;
|
||
|
margin-left: auto;
|
||
|
}
|