aboutsummaryrefslogtreecommitdiffhomepage
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, 6 insertions, 0 deletions
diff --git a/docs/style.css b/docs/style.css
index dfee81e..472b212 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -53,6 +53,12 @@ a {
margin: 0 auto;
}
+@media(max-width: 768px) {
+ body {
+ font-size: 1.1em;
+ }
+}
+
@media(min-width: 768px) {
.example {
flex-flow: row nowrap;