add margins to content

This commit is contained in:
ch0ccyra1n 2022-08-15 16:55:54 +00:00
parent 5d059d4151
commit 805b205ace

View file

@ -42,6 +42,10 @@ footer {
clear: both; clear: both;
} }
#content {
margin: 25px 50px 75px;
}
/* For header.html */ /* For header.html */
#nav { #nav {
background-color: #da644a; background-color: #da644a;
@ -76,4 +80,4 @@ footer {
border-radius: 8px; border-radius: 8px;
max-width: 60px; max-width: 60px;
height: auto; height: auto;
} }