summaryrefslogtreecommitdiffstats
path: root/assets/scss/web/_base.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/web/_base.scss')
-rw-r--r--assets/scss/web/_base.scss10
1 files changed, 4 insertions, 6 deletions
diff --git a/assets/scss/web/_base.scss b/assets/scss/web/_base.scss
index 79b386a..a47c7f1 100644
--- a/assets/scss/web/_base.scss
+++ b/assets/scss/web/_base.scss
@@ -19,12 +19,10 @@ body {
margin: 0 auto;
float: none;
line-height: 1.5;
- font-size: 16px;
+ font-size: 18px;
- @media (max-width: 812px) {
- @media (orientation: landscape) {
- font-size: 10px;
- }
+ @media (max-width: 812px) and (orientation: landscape), (max-width: 375px) {
+ font-size: 16px;
}
}
@@ -41,7 +39,7 @@ a:link, a:visited, a:hover, a:active {
}
.section-header {
- font-size: 1.6rem;
+ font-size: 2.0rem;
display: flex;
flex-direction: row;
margin-bottom: -0.3rem;