aboutsummaryrefslogtreecommitdiff
path: root/docs/style.css
diff options
context:
space:
mode:
authorAkshay <[email protected]>2019-11-30 15:29:17 +0000
committerAkshay <[email protected]>2019-11-30 15:29:17 +0000
commit6f790737dc3657481148191c66d247dabc376e44 (patch)
tree292b95e9a7326ddf2958a23b3a26ceea7bb6e17e /docs/style.css
parent4365b322b9a613afaf1ff863058ba692e99e6122 (diff)
fix mobile styles
Diffstat (limited to 'docs/style.css')
-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