]> jfr.im git - irc/freenode/web-7.0.git/commitdiff
Minor fixes
authorm712 <redacted>
Tue, 23 Feb 2016 11:33:23 +0000 (13:33 +0200)
committerm712 <redacted>
Tue, 23 Feb 2016 11:33:23 +0000 (13:33 +0200)
css/mock1.css

index 1442d447e6a0c02d575886456eca93ea0ce56dcc..8a58a9c9cff05804af33ebfa6b49ad8f67f87b5c 100644 (file)
@@ -78,7 +78,7 @@ a {
 .container {
     padding: 50px 0 0;
     width: 100%;
-    min-height: 70vh;
+    min-height: 68vh;
 }
 
 .main {
@@ -228,7 +228,7 @@ a.hchild:hover,a.hchild:active {
 .footer {
     background: var(--jumbotron-bg);
     color: rgba(var(--footer-text-color),.9);
-    margin-top: 1em;
+    margin-top: 2vh;
     display: flex;
     flex-wrap: nowrap;
     min-height: 27vh;
@@ -245,6 +245,11 @@ a.hchild:hover,a.hchild:active {
     color: #000;
 }
 
+.footer h2 {
+    margin-bottom: 9px;
+    display: inline-block;
+}
+
 .footerchild ul,
 .footerchild ul ul {
     margin-left: 10px;
@@ -319,4 +324,4 @@ a.copyright {
     .copyright a img {
         height: 5vh;
     }
-}
\ No newline at end of file
+}