From 16ee4f273ed83a211663fe476d3a1b15cbd2080a Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 8 Nov 2021 17:32:32 +0300 Subject: css: split misc.css --- assets/css/common/misc.css | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'assets/css/common/misc.css') diff --git a/assets/css/common/misc.css b/assets/css/common/misc.css index e73a15b..91f7941 100644 --- a/assets/css/common/misc.css +++ b/assets/css/common/misc.css @@ -1,10 +1,3 @@ -/* Utility classes to prevent blocks from expanding unreasonably. */ -.wide-enough { - max-width: 400px; -} -.wider { - max-width: 600px; -} /* Links become blue inside of elements otherwise. */ h1 a, h2 a, @@ -39,16 +32,3 @@ pre code { .text-muted a.category { color: inherit; } - -/* This is a relatively popular workaround to align side-by-side columns. - * I use it for post headers. */ -.post-header { - display: flex; - flex-wrap: wrap; - align-items: baseline; - justify-content: space-between; - column-gap: 1em; -} -.post-date { - text-align: right; -} -- cgit v1.2.3