Reduce font sizes

This commit is contained in:
Pim van Pelt
2024-07-28 12:12:09 +02:00
parent 2945bd5997
commit 0bebbc7232

View File

@ -54,25 +54,25 @@ body {
margin: 0;
min-height: 100vh;
overflow-y: scroll;
font-size: $base-font-size * 1.1;
line-height: $base-line-height * 1.1;
font-size: $base-font-size * 1.0;
line-height: $base-line-height * 1.0;
font-family: FreeSerif, serif;
@media #{$mq-medium} {
font-size: $base-font-size*1.2;
line-height: $base-line-height*1.2;
font-size: $base-font-size*1.0;
line-height: $base-line-height*1.0;
}
@media #{$mq-large} {
font-size: $base-font-size*1.3;
font-size: $base-font-size*1.0;
}
@media #{$mq-xlarge} {
font-size: $base-font-size*1.4;
font-size: $base-font-size*1.0;
}
@media #{$mq-xxlarge} {
font-size: $base-font-size*1.6;
font-size: $base-font-size*1.0;
}
}
@ -247,7 +247,7 @@ figcaption {
.page-title {
text-align: center;
font-size: 1.9em;
font-size: 1.5em;
}
.page-title.blog {
@ -287,7 +287,7 @@ nav a {
color: $text-color;
padding: .25em .63em;
font-family: FreeSans, sans-serif;
font-size: 1.2em;
font-size: 1.1em;
display: block;
}
@ -344,7 +344,7 @@ nav li:hover {
.myname {
margin: 0 auto 0 0;
padding: 0 0 .25em .25em;
font-size: 2em;
font-size: 1.25em;
}
.myname a {