From e92c199b24145b22396c9d8f1a54b291640a11c5 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 30 Jan 2020 22:28:23 -0300 Subject: CSS: Add margin to all parts of 'nav a' --- site/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/css/styles.css b/site/css/styles.css index e8d2347..0b195e6 100644 --- a/site/css/styles.css +++ b/site/css/styles.css @@ -21,7 +21,7 @@ nav { nav a { color: maroon; font-size: 18px; - margin-left: 12px; + margin: 12px; text-decoration: none; } -- cgit v1.2.3