blob: eb8463dedad7b6e4324fe884dc8c7c2bbdbd74f3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
@import "./variables";
@import "./mixins";
#settings {
margin: 0 $outer-gap;
margin-bottom: $outer-gap;
max-width: $content-width * 1.5;
min-width: $content-width;
width: 100%;
}
|