aboutsummaryrefslogtreecommitdiff
path: root/docs/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css13
1 files changed, 12 insertions, 1 deletions
diff --git a/docs/style.css b/docs/style.css
index 591c916..4eb28ce 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -32,9 +32,20 @@ html {
32 width: 100%; 32 width: 100%;
33} 33}
34 34
35/* tablets */
36@media only screen and (min-width: 720px) {
37 .posts {
38 width: 80%;
39 }
40 html {
41 font-size: 18px;
42 }
43}
44
45/* laptops */
35@media only screen and (min-width: 1080px) { 46@media only screen and (min-width: 1080px) {
36 .posts { 47 .posts {
37 width: 60%; 48 width: 50%;
38 } 49 }
39 html { 50 html {
40 font-size: 18px; 51 font-size: 18px;