worked on a lot of things

This commit is contained in:
2019-07-02 03:46:02 +02:00
parent 98e0282821
commit 43e6e9b373
12 changed files with 860 additions and 161 deletions

View File

@@ -61,10 +61,13 @@
@mixin home-title-small {
//small titles on desktop on home and archives
@media #{$smalldesktop} {
font-size: 1.2rem;
font-size: 1.5rem;
-webkit-text-stroke: #000 1px;
color: transparent;
}
@media #{$bigdesktop} {
font-size: 2.2rem;
}
}
@mixin archive-tag-description {