From ffde80f81c3c300eb6526f3834c75f5e4708b3c0 Mon Sep 17 00:00:00 2001 From: Cassie Jones Date: Sun, 6 Feb 2022 20:11:10 -0500 Subject: [PATCH] Add direct link to webrings page --- index.html | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 49c35e6..87c9eca 100644 --- a/index.html +++ b/index.html @@ -33,21 +33,28 @@ html { font-family: sans-serif; } body { max-width: 700px; padding: 1em; padding-left: 2em; margin: 0 auto; min-height: 100vh; } .col { display: flex; flex-direction: column; } .row { display: flex; flex-direction: row; } +.wrap { flex-wrap: wrap; } .baseline { align-items: baseline; } .spacer { flex-grow: 1; } .row > .sp { width: 1ex; } nav * { font-size: 32px; } +nav > *:first-child { margin-top: 27px; } +nav > *:last-child { margin-bottom: 27px; } .label-emoji { display: inline-block; margin-left: -1.8em; width: 1.8em; text-align: center; }
-