From 17f0194e4914b97ab66ebe4e78c3673a52d15095 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 21 Dec 2021 18:18:37 +0100 Subject: Remove unused utility classes --- assets/css/_utils.scss | 32 ++++---------------------------- content/fediring/next.md | 1 + 2 files changed, 5 insertions(+), 28 deletions(-) diff --git a/assets/css/_utils.scss b/assets/css/_utils.scss index da090dd..39953d1 100644 --- a/assets/css/_utils.scss +++ b/assets/css/_utils.scss @@ -18,38 +18,10 @@ @include utility('mt0') { margin-top: 0; - - @each $breakpoint in map-keys($breakpoints) { - @include media('<=#{$breakpoint}') { - @include suffix('#{$breakpoint}-lo') { - margin-top: 0; - } - } - - @include media('>#{$breakpoint}') { - @include suffix('#{$breakpoint}-hi') { - margin-top: 0; - } - } - } } @include utility('pb0') { padding-bottom: 0; - - @each $breakpoint in map-keys($breakpoints) { - @include media('<=#{$breakpoint}') { - @include suffix('#{$breakpoint}-lo') { - padding-bottom: 0; - } - } - - @include media('>#{$breakpoint}') { - @include suffix('#{$breakpoint}-hi') { - padding-bottom: 0; - } - } - } } @include utility('db') { @@ -68,3 +40,7 @@ overflow: hidden; text-overflow: ellipsis; } + +@include utility('tar') { + text-align: right; +} diff --git a/content/fediring/next.md b/content/fediring/next.md index e254517..3aa08a7 100644 --- a/content/fediring/next.md +++ b/content/fediring/next.md @@ -1,6 +1,7 @@ --- title: Next website position: 2 +icon: blank post_icon: arrow-right url: https://fediring.net/next?host=volpeon.ink --- -- cgit v1.2.3-54-g00ecf