blob: 8913be08cf1b42619d22275265ea677fb4a7bc9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
@import "./variables";
@import "./mixins";
#post-container {
max-width: $content-width;
width: 100%;
.post {
padding-bottom: 0;
}
}
#new-post {
width: 100%;
}
|