From 1468388f45a52e13508efa1cdcb073483871ba1d Mon Sep 17 00:00:00 2001 From: Ctibor Date: Thu, 23 Mar 2017 13:04:54 +0100 Subject: Smaller spaces between main menu items --- style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/style.css b/style/style.css index 32cc34f..1350405 100644 --- a/style/style.css +++ b/style/style.css @@ -34,7 +34,7 @@ nav { nav a, nav span, footer a { display: inline-block; - margin: 1em; + margin: 0.5em 3px; padding: 2px 3px; text-align: center; background: #ff6600; -- cgit v1.2.3