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;
|
||||||
|
@ -76,4 +80,4 @@ footer {
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
max-width: 60px;
|
max-width: 60px;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue