From 9ac0a35ad0edd305c83d30bbfea7bcd142b74c61 Mon Sep 17 00:00:00 2001 From: Tolmachev Igor Date: Tue, 7 Oct 2025 14:58:59 +0300 Subject: Add chain links --- style.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index bee5b8c..29c658e 100644 --- a/style.css +++ b/style.css @@ -58,7 +58,6 @@ nav > * { flex: 1; - text-decoration: none; text-align: center; text-wrap: nowrap; overflow: hidden; @@ -99,6 +98,7 @@ ul { a, .copy { color: var(--color-primary); + text-decoration: none; } .copy:hover { @@ -117,7 +117,6 @@ a, .links > a { flex: 1; - text-decoration: none; text-align: center; text-wrap: nowrap; padding: 0.25rem 1rem; @@ -125,3 +124,12 @@ a, border: 0.1rem solid var(--color-primary); border-radius: 1rem; } + +.chain-links { + display: flex; +} + +.chain-links > * { + flex: 1; + text-align: center; +} -- cgit v1.2.3