mobile home and friends

This commit is contained in:
infeeeee
2019-08-15 04:05:59 +02:00
parent 7ab073d280
commit 8284c8a412
28 changed files with 1591 additions and 712 deletions

View File

@@ -32,16 +32,19 @@
@mixin home-title {
//article titles on home
font: bold 3rem "Westeinde Caption";
font: bold 2.2rem "Westeinde Caption";
color: #000;
@media #{$bigmobile} {
font-size: 2.8rem;
}
@media #{$mobile-landscape} {
font-size: 2.5rem !important;
font-size: 2.5rem;
}
@media #{$smalldesktop} {
font-size: 6rem;
font-size: 5rem;
}
@media #{$bigdesktop} {
font-size: 7.5rem;
font-size: 6.8rem;
}
@media #{$verybigdesktop} {
font-size: 11rem;
@@ -63,6 +66,14 @@
@mixin home-title-small {
//small titles on desktop on home and archives
font: bold 1.5rem "Westeinde Caption";
color: #000;
@media #{$bigmobile} {
font-size: 1.8rem;
}
@media #{$mobile-landscape} {
font-size: 2.5rem;
}
@media #{$tablet} {
font-size: 1.3rem;
color: #000;
@@ -108,14 +119,19 @@
font-size: 1.2rem;
}
@media #{$smalldesktop} {
font-size: 1.5rem;
}
@media #{$bigdesktop} {
font-size: 2rem;
}
}
@mixin home-metadata-bevezeto {
font: bold 1rem "Butler";
line-height: 1rem;
@media #{$smalldesktop} {
font-size: 2rem;
line-height: 2rem;
}
}