From c181a64b25ca42dc72264fee76288d68ccbe0611 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sat, 5 Jun 2021 16:34:55 +0200 Subject: [PATCH] Add some margin at top --- jeux/assets/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/jeux/assets/style.css b/jeux/assets/style.css index a238116..85d9cd1 100644 --- a/jeux/assets/style.css +++ b/jeux/assets/style.css @@ -44,5 +44,6 @@ a { header { background-color: rgb(40,53,131); color: white; + margin-top: 20px; margin-bottom: 20px; }