From 805b205ace70e70b0c748a28f430f881e8b16ac1 Mon Sep 17 00:00:00 2001 From: ch0ccyra1n Date: Mon, 15 Aug 2022 16:55:54 +0000 Subject: [PATCH] add margins to content --- static/css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 9995681..57bafd5 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -42,6 +42,10 @@ footer { clear: both; } +#content { + margin: 25px 50px 75px; +} + /* For header.html */ #nav { background-color: #da644a; @@ -76,4 +80,4 @@ footer { border-radius: 8px; max-width: 60px; height: auto; -} \ No newline at end of file +}