summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpdp8 <pdp8@pdp8.info>2024-08-03 01:09:36 +0200
committerpdp8 <pdp8@pdp8.info>2024-08-03 01:09:36 +0200
commitc361f2f98f73e27ff0d36a0a977aff41da4832ae (patch)
tree0e36d0ac53843a9a7551685bfdb2ca0aab29c237
parent649cca8c25d5223a4431fe5ae7f32fdc051ab333 (diff)
Sat Aug 3 01:09:36 AM CEST 2024
-rw-r--r--rss.xml2
-rw-r--r--style.css5
2 files changed, 5 insertions, 2 deletions
diff --git a/rss.xml b/rss.xml
index e65d4ad..458a464 100644
--- a/rss.xml
+++ b/rss.xml
@@ -8,7 +8,7 @@
<description>music, pictures and videos</description>
<language>en</language>
<atom:link href="https://pdp8.info/rss.xml" rel="self" type="application/rss+xml" />
- <pubDate>Fri, 02 Aug 2024 20:53:03 GMT</pubDate>
+ <pubDate>Fri, 02 Aug 2024 23:03:48 GMT</pubDate>
<item>
<title>best agers</title>
<link>https://pdp8.info/pictures.html#best_agers</link>
diff --git a/style.css b/style.css
index ff81263..da1be1b 100644
--- a/style.css
+++ b/style.css
@@ -21,6 +21,7 @@ nav img {
nav .menu {
display: flex;
align-items: center;
+ justify-content: space-between;
}
nav .site {
@@ -32,6 +33,7 @@ nav .site {
nav .webring {
display: flex;
flex-wrap: wrap;
+ align-items: center;
}
nav .webring .ring {
@@ -40,7 +42,8 @@ nav .webring .ring {
nav .webring div {
display: flex;
- margin: 0 1em;
+ margin: 0 1em 0 0;
+ align-items: center;
}
nav a {