diff options
author | pdp8 <pdp8@pdp8.info> | 2024-08-03 01:17:34 +0200 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2024-08-03 01:17:34 +0200 |
commit | 71cc18cd0074d83ffe05e8a0cf3ce63cc44a31f8 (patch) | |
tree | 5a04af552fff76259851bfbd07a46c2bf413782d /html | |
parent | 6ab3d7e33e7b09158b2ccda67c9124e4471a3425 (diff) |
LICENSE, README added
Diffstat (limited to 'html')
-rw-r--r-- | html/style.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/html/style.css b/html/style.css index 88449c4..da1be1b 100644 --- a/html/style.css +++ b/html/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 { @@ -125,5 +128,5 @@ footer { .navarrow { font-weight: bold; - font-size: 3em; -} + font-size: 2em; +}
\ No newline at end of file |