mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2024-11-15 12:23:06 +00:00
25 lines
292 B
SCSS
25 lines
292 B
SCSS
.wrapper{
|
|
overflow: hidden;
|
|
padding-left: 18px;
|
|
padding-right: 18px;
|
|
max-width: 1300px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
|
|
&--medium{
|
|
max-width: 976px;
|
|
}
|
|
|
|
&--centered{
|
|
text-align: center;
|
|
|
|
@include atLarge{
|
|
text-align: left;
|
|
}
|
|
}
|
|
|
|
&--small{
|
|
max-width: 750px;
|
|
}
|
|
|
|
} |