Minor modification to stylesheet

This commit is contained in:
2016-01-19 21:17:58 +00:00
parent 9730e46826
commit a7f1170458

View File

@@ -25,18 +25,18 @@ body > article {
}
@media screen and (min-width: 1000px) {
body > article,body > footer {
body > article, body > footer {
position: relative;
left: 50%;
margin-left: -30%;
width: 50%;
max-width: 100%;
}
}
article > section {
border-left: #E9E9E9 solid 1px;
min-width: 400px;
max-width: 700px;
max-width: 800px;
}
header#masthead {