From 0b0b3c83da3c70613042ea4d01442f21b4133d77 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Sat, 6 Aug 2022 17:44:46 -0700 Subject: [PATCH] websites: 10px padding on nav --- extra/websites/concatenative/page.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/websites/concatenative/page.css b/extra/websites/concatenative/page.css index 1513ab1989..092f91ca50 100644 --- a/extra/websites/concatenative/page.css +++ b/extra/websites/concatenative/page.css @@ -56,8 +56,8 @@ a:hover, .link:hover { text-decoration: underline; } nav { border-bottom: 1px solid #ccc; background-color: #f5f5f5; - padding: 15px; - padding-left: calc(max(50% - 500px, 15px)); + padding: 10px; + padding-left: calc(max(50% - 500px, 10px)); } nav a, nav .link { -- 2.34.1