fixed related post font size

This commit is contained in:
infeeeee
2019-09-13 16:29:22 +02:00
parent 810fdd7489
commit 69a36eb456
3 changed files with 22 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -236,8 +236,24 @@
}
@mixin related-title {
font: 500 2rem "Westeinde Caption";
font: 500 2rem "Westeinde Caption" !important;
line-height: 1.3;
@media #{$tablet} {
font-size: 0.9rem !important;
}
@media #{$smalldesktop} {
font-size: 1.3rem !important;
}
@media #{$bigdesktop} {
font-size: 1.6rem !important;
}
}
@mixin related-metadata {
@include home-metadata();
@media #{$verybigdesktop} {
font-size: 1.6rem !important;
}
}
/* ---------------------------------- event --------------------------------- */

View File

@@ -2116,7 +2116,7 @@ $padd: 2rem;
top: 0.5rem;
left: 2rem;
}
em{
em {
//fix italics in old articles
font-style: normal;
}
@@ -2494,6 +2494,9 @@ $padd: 2rem;
flex-wrap: nowrap;
align-items: center;
padding: 0;
* {
@include related-metadata();
}
.vr {
height: 100%;