]> git.p6c8.net - pcdenotes.git/blobdiff - notes/static/style.css
Bottom nav looks good now
[pcdenotes.git] / notes / static / style.css
index ae3c9da22f6cc61da2bc0cdce841b97c50c2d0b4..3cbd4b7e9169c6476010c9cb9c657c10fd545d18 100644 (file)
@@ -13,18 +13,31 @@ h2 a:link, h2 a:visited, h2 a:active, h2 a:hover {
     color: #212529;
 }
 
     color: #212529;
 }
 
+
+article .publication-date {
+    font-style: italic;
+    font-size: smaller;
+}
+
 footer {
     color: #ffffff;
     background-color: #212529;
 }
 
 footer {
     color: #ffffff;
     background-color: #212529;
 }
 
+@media screen and (min-width: 600px) {
+    footer div:first-child {
+        padding-left: 10em;
+        padding-right: 10em;
+    }
+}
+
 footer ul {
     list-style-type: none;
     margin-left: 0;
     padding-left: 0;
 }
 
 footer ul {
     list-style-type: none;
     margin-left: 0;
     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
 }
\ No newline at end of file

patrick-canterino.de