From ab0849669fc8f60ef3c1c3bba8541b5c19b532ee Mon Sep 17 00:00:00 2001 From: phoenixbyrd Date: Sun, 1 Nov 2020 20:31:49 -0600 Subject: [PATCH] move links down 50px --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index ac49bdf..eb76a20 100644 --- a/style.css +++ b/style.css @@ -21,7 +21,7 @@ body, html { nav ul { list-style: none; float: right; - margin-top: 25px; + margin-top: 50px; } nav li {