change author text size

This commit is contained in:
infeeeee
2019-09-13 15:46:23 +02:00
parent 98fc38b770
commit f0e2e44980
2 changed files with 2 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@@ -198,13 +198,9 @@
} }
@mixin single-author { @mixin single-author {
@include single-metadata(); font: bold 2rem "Westeinde Caption";
font-size: 2rem;
color: #fff; color: #fff;
-webkit-text-stroke: #000 1px; -webkit-text-stroke: #000 1px;
@media #{$smalldesktop} {
font-size: 3rem;
}
} }
@mixin single-h2 { @mixin single-h2 {