From 4467e79ab9516010c93c8ba7c530ddd9622a5262 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Wed, 15 Jul 2026 00:09:31 +0200 Subject: Load fonts --- assets/_sass/components/_post.scss | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'assets/_sass/components/_post.scss') diff --git a/assets/_sass/components/_post.scss b/assets/_sass/components/_post.scss index 5eed7cb..46a31e3 100644 --- a/assets/_sass/components/_post.scss +++ b/assets/_sass/components/_post.scss @@ -109,7 +109,7 @@ } .post-categories { position: relative; - @include flexbox(); + display: flex; @include justify-content(flex-end); gap: 5px; margin: 8px 0 0; @@ -289,14 +289,14 @@ } .post-footer { - @include flexbox(); + display: flex; @include justify-content(space-between); @include align-items(flex-start); gap: 0 20px; margin: 50px 0 0; .post-tags { - @include flexbox(); + display: flex; @include flex-flow(row wrap); @include flex(9, 1, auto); gap: 0 20px; @@ -310,7 +310,7 @@ font-family: 'PT Sans', sans-serif; color: var(--grey-ccc); text-decoration: none; - @include transition(all .15s ease); + transition: all .15s ease; &:hover { color: var(--grey-555); } @@ -342,7 +342,7 @@ letter-spacing: .1em; color: var(--grey-aaa); cursor: pointer; - @include transition(margin .2s ease); + transition: margin .2s ease; } ul { position: absolute; @@ -350,11 +350,11 @@ left: 100%; width: 100%; height: 100%; - @include flexbox(); + display: flex; list-style: none; margin: 0; padding: 0; - @include transition(left .2s ease); + transition: left .2s ease; li { @include flex(1, 0, auto); @@ -364,7 +364,7 @@ border-left: 1px solid var(--grey-ddd); } a { - @include flexbox(); + display: flex; @include align-items(); @include justify-content(); height: 100%; @@ -396,7 +396,7 @@ margin: 0 0 15px; } .post-author { - @include flexbox(); + display: flex; @include align-items(); @include flex-flow(row wrap); gap: 15px; @@ -417,7 +417,7 @@ .author-title { display: none; } } .post-meta { - @include flexbox(); + display: flex; @include flex-flow(row wrap); margin: 0; margin-left: auto; -- cgit v1.2.3