aboutsummaryrefslogtreecommitdiff
path: root/docs/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/style.css b/docs/style.css
index 2198b75..2b4815d 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -25,7 +25,7 @@ body {
25} 25}
26 26
27html { 27html {
28 font-size: 18px; 28 font-size: 22px;
29} 29}
30 30
31.posts { 31.posts {
@@ -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: 92%; 38 width: 96%;
39 } 39 }
40} 40}
41 41
@@ -111,7 +111,7 @@ a:hover, a:active {
111} 111}
112 112
113.post-text { 113.post-text {
114 font-size: 0.8rem; 114 font-size: 0.9rem;
115} 115}
116 116
117pre, code { 117pre, code {