merged the two classes of body (why did they even exist?)
parent
d81ae9e0fa
commit
100bd6aab1
|
@ -73,6 +73,9 @@ div.item-4 {
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
margin: 0px;
|
||||||
|
background-color: #fef6e4;
|
||||||
|
color: #001858;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -177,13 +180,6 @@ p.image_container {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
|
||||||
margin: 0px;
|
|
||||||
background-color: #fef6e4;
|
|
||||||
color: #001858;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
ul.topnav {
|
ul.topnav {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Reference in New Issue