aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/style.css b/docs/style.css
index d356662..bc722c6 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -35,7 +35,7 @@ html {
35/* mobile devices */ 35/* mobile devices */
36@media only screen and (max-width: 70em) { 36@media only screen and (max-width: 70em) {
37 .posts { 37 .posts {
38 width: 96%; 38 width: 100%;
39 } 39 }
40} 40}
41 41