work on wingle articles
This commit is contained in:
@@ -147,12 +147,21 @@
|
||||
// }
|
||||
|
||||
@mixin single-metadata {
|
||||
font: bold 1rem "Westeinde Caption";
|
||||
font: bold 1.4rem "Westeinde Caption";
|
||||
@media #{$smalldesktop} {
|
||||
font: 900 2rem "Westeinde Caption";
|
||||
color: #fff;
|
||||
-webkit-text-stroke: #000 1px;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@mixin single-author {
|
||||
@include single-metadata();
|
||||
font-size: 2rem;
|
||||
color: #fff;
|
||||
-webkit-text-stroke: #000 1px;
|
||||
@media #{$smalldesktop} {
|
||||
font-size: 3rem;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -180,4 +189,5 @@
|
||||
|
||||
@mixin related-title {
|
||||
font: 500 2rem "Westeinde Caption";
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user