forked from planex/defiance
add margins to content
This commit is contained in:
parent
5d059d4151
commit
805b205ace
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue