mirror of
https://github.com/bspeice/speice.io
synced 2024-11-05 01:28:09 -05:00
14 lines
364 B
SCSS
14 lines
364 B
SCSS
/* ==========================================================================
|
|
Layout
|
|
========================================================================== */
|
|
|
|
.u-container {
|
|
max-width: 72rem; // 620px
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
padding-top: 10rem; // 100px
|
|
padding-right: 1rem; // 10px
|
|
padding-left: 1rem; // 10px
|
|
}
|
|
|