text-align: center;
}
-header a:link, header a:visited, header a:active, header a:hover {
+header a:link, header a:visited, header a:active, header a:hover,
+footer a:link, footer a:visited, footer a:active, footer a:hover {
color: #ffffff;
}
+h2 a:link, h2 a:visited, h2 a:active, h2 a:hover {
+ color: #212529;
+}
+
+
+article .publication-date {
+ font-style: italic;
+ font-size: smaller;
+}
+
footer {
color: #ffffff;
background-color: #212529;
}
-footer a:link, footer a:visited, footer a:active, footer a:hover {
- color: #ffffff;
+@media screen and (min-width: 600px) {
+ footer div:first-child {
+ padding-left: 10em;
+ padding-right: 10em;
+ }
}
footer ul {
padding-left: 0;
}
-article .publication-date {
- font-style: italic;
- font-size: smaller;
+footer #copyright {
+ text-align: center;
+ margin-top: 2em;
}
\ No newline at end of file