diff options
-rw-r--r-- | rss.xml | 2 | ||||
-rw-r--r-- | style.css | 5 |
2 files changed, 5 insertions, 2 deletions
@@ -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> @@ -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 { |