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

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 --------------------------------- */