This commit is contained in:
Alfred Melch 2019-08-10 20:51:51 +02:00
parent 71a15af647
commit 33501135e6

View File

@ -15,7 +15,7 @@ main {
header, header,
footer { footer {
padding: 0 10%; padding: 16px 10%;
} }
@media screen and (max-width: 800px) { @media screen and (max-width: 800px) {
@ -24,6 +24,16 @@ footer {
} }
header, header,
footer { footer {
padding: 0 0; padding-right: 0;
padding-left: 0;
} }
} }
header,
footer {
background-color: antiquewhite;
}
h1 {
margin-top: 0;
}