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