margin adjustment
This commit is contained in:
parent
6d9ae163b9
commit
2c760ff23b
1 changed files with 3 additions and 2 deletions
|
@ -57,13 +57,14 @@ a:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
#content > p, #content > ul {
|
#content > p, #content > ul {
|
||||||
width: 95%;
|
width: 100%;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
margin: 2em;
|
margin-top: 2em;
|
||||||
|
margin-bottom: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
|
|
Loading…
Reference in a new issue