summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorpdp8 <pdp8@pdp8.info>2024-07-29 14:36:50 +0200
committerpdp8 <pdp8@pdp8.info>2024-07-29 14:36:50 +0200
commit2424950d8b1e4c182a2c68c87c28a7663c5a7509 (patch)
treeec963ca7c85621dc5fbdf1da0836e5f76a68bbff /style.css
parent43862377a1555ea3e3d1ccb54765b28929da76c3 (diff)
rss sorting, rss limited to 25 items, fediring, alt text for private property
Diffstat (limited to 'style.css')
-rw-r--r--style.css29
1 files changed, 21 insertions, 8 deletions
diff --git a/style.css b/style.css
index ddaf027..7cce6d1 100644
--- a/style.css
+++ b/style.css
@@ -9,7 +9,9 @@ body {
nav {
display: flex;
+ flex-wrap: wrap;
align-items: center;
+ justify-content: space-between;
}
nav img {
@@ -18,11 +20,29 @@ 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; */
}