1
0
mirror of https://github.com/ascribe/onion.git synced 2024-12-22 17:33:14 +01:00
onion/sass/ascribe_eol.scss

13 lines
233 B
SCSS
Raw Normal View History

2018-09-03 11:37:39 +02:00
$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%;
}
}