From 875d3967cf225158589f307f315097f7b613fb32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aczkolwiek=20Straszy=C4=87?= Date: Mon, 5 Oct 2020 06:17:08 +0200 Subject: [PATCH] small margin so all links fit the screen --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 47cec3e..77aec7b 100644 --- a/style.css +++ b/style.css @@ -115,8 +115,8 @@ xmp { text-align: center; } .wide-nav a { - margin-left: 5%; - margin-right: 5%; + margin-left: 3.5%; + margin-right: 3.5%; } .nav a { text-decoration: none;