aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/style.css11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/style.css b/docs/style.css
index fd07289..c303fa9 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -18,19 +18,20 @@ body {
18} 18}
19 19
20.posts { 20.posts {
21 text-align: left;
22 display: inline-block;
23 width: 100%; 21 width: 100%;
24} 22}
25 23
26@media only screen and (min-width: 1000px) { 24@media only screen and (min-width: 1080px) {
27 .posts { 25 .posts {
28 text-align: left;
29 display: inline-block;
30 width: 60%; 26 width: 60%;
31 } 27 }
32} 28}
33 29
30.posts {
31 text-align: left;
32 display: inline-block;
33}
34
34 35
35.post { 36.post {
36 margin: 2rem; 37 margin: 2rem;