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 +}