background-color: #212529;
}
+footer ul {
+ list-style-type: none;
+ margin-left: 0;
+ padding-left: 0;
+}
+
+/* Large screens */
@media screen and (min-width: 600px) {
footer div#footer-left {
text-align: right;
}
-}
-footer ul {
- list-style-type: none;
- margin-left: 0;
- padding-left: 0;
+ footer #copyright {
+ text-align: center;
+ margin-top: 2em;
+ }
}
-footer #copyright {
- text-align: center;
- margin-top: 2em;
+/* Small screens */
+@media screen and (max-width: 600px) {
+ footer #copyright {
+ margin-top: 2em;
+ }
}
\ No newline at end of file