working on startpage and single

This commit is contained in:
2019-07-10 18:24:34 +02:00
parent 67661ed767
commit d1dbc518e3
11 changed files with 182 additions and 121 deletions

View File

@@ -20,10 +20,10 @@
font: 900 4rem "Westeinde Caption";
color: #000;
-webkit-text-stroke: #fff 1px;
@media #{$smalldesktop} {
font-size: 4rem;
color: #000 !important;
color: #000 !important;
}
}
@@ -62,8 +62,8 @@
//small titles on desktop on home and archives
@media #{$smalldesktop} {
font-size: 1.5rem;
-webkit-text-stroke: #000 1px;
color: transparent;
//-webkit-text-stroke: #000 1px;
color: #000;
}
@media #{$bigdesktop} {
font-size: 2.2rem;
@@ -90,7 +90,6 @@
@media #{$smalldesktop} {
font-size: 2rem;
}
}
@mixin home-metadata-bevezeto {
@@ -153,6 +152,11 @@
}
}
@mixin single-h4 {
font-weight: 500;
font-size: 2rem;
}
@mixin captiontext {
//képaláírás
font: 900 1rem "Westeinde Caption";
@@ -161,6 +165,6 @@
}
@mixin single-quote {
font: bold 1.8rem "Butler";
font: 800 2rem "Butler";
color: #000;
}