From cd53a2fe5fc8baf9750fbd2d9b0b4c855d8694a7 Mon Sep 17 00:00:00 2001 From: pdp8 Date: Mon, 29 Jul 2024 14:21:31 +0200 Subject: rss sorting fixed, rss limited to 25 items, fediring --- html/style.css | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) (limited to 'html/style.css') diff --git a/html/style.css b/html/style.css index ddaf027..7cce6d1 100644 --- a/html/style.css +++ b/html/style.css @@ -9,7 +9,9 @@ body { nav { display: flex; + flex-wrap: wrap; align-items: center; + justify-content: space-between; } nav img { @@ -17,12 +19,30 @@ nav img { } nav .menu { + display: flex; + align-items: center; +} + +nav .site { display: flex; flex-wrap: wrap; - align-items: baseline; font-size: larger } +nav .webring { + display: flex; + flex-wrap: wrap; +} + +nav .webring .ring { + font-weight: bold; +} + +nav .webring div { + display: flex; + margin: 0 1em; +} + nav a { margin: 0 0.5em; } @@ -70,13 +90,6 @@ iframe { border: none; } -.webring { - display: flex; - flex-wrap: wrap; - margin-top: 2em; - align-items: baseline; -} - .post { /* margin: 1em 2em; */ } -- cgit v1.2.3