mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
13 lines
233 B
SCSS
13 lines
233 B
SCSS
|
$break-small: 764px;
|
||
|
|
||
|
.ascribe-eol-wrapper {
|
||
|
margin: 0 auto;
|
||
|
max-width: 600px;
|
||
|
width: 80%;
|
||
|
padding-top: 10rem;
|
||
|
padding-bottom: 10rem;
|
||
|
|
||
|
@media screen and (max-width: $break-small) {
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|