biobulkbende.org/app/assets/scss/modules/_wrapper.scss

25 lines
292 B
SCSS
Raw Normal View History

.wrapper{
overflow: hidden;
padding-left: 18px;
padding-right: 18px;
2020-09-17 15:21:49 +00:00
max-width: 1300px;
margin-left: auto;
margin-right: auto;
&--medium{
max-width: 976px;
}
2020-10-07 14:19:57 +00:00
&--centered{
text-align: center;
@include atLarge{
text-align: left;
}
}
2020-10-09 12:48:01 +00:00
&--small{
max-width: 750px;
}
}