aboutsummaryrefslogtreecommitdiffstats
path: root/static/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/main.css')
-rw-r--r--static/main.css17
1 files changed, 16 insertions, 1 deletions
diff --git a/static/main.css b/static/main.css
index 08ca707..82a3645 100644
--- a/static/main.css
+++ b/static/main.css
@@ -94,9 +94,21 @@ iframe {
}
@media screen and (max-device-width: 480px) {
+ h1 {
+ font-size: 150%;
+ }
+ h2 {
+ font-size: 125%;
+ }
+ h3 {
+ font-size: 115%;
+ }
+ h4 {
+ font-size: 100%;
+ }
body {
max-width: 100%;
- font-size: 90%;
+ font-size: 100%;
}
.license {
font-size: 0;
@@ -108,4 +120,7 @@ iframe {
code.longboi {
font-size: 65%;
}
+ .content {
+ text-align: left;
+ }
}