blob: 5d78991650635e0be83dcd71668d38c619d6bf6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
@import "./variables";
@import "./mixins";
#post-container {
max-width: $content-width;
width: 100%;
.post {
padding-bottom: 0;
}
}
#new-post {
width: 100%;
}
#no-posts {
span {
display: block;
}
.no-posts-title {
font-size: 1.4em;
font-weight: bold;
}
}
|