]> jfr.im git - irc/freenode/web-7.0.git/commitdiff
Merge pull request #71 from emersonveenstra/issue-70
authorJohn Dallahan <redacted>
Sat, 27 Feb 2016 12:22:52 +0000 (14:22 +0200)
committerJohn Dallahan <redacted>
Sat, 27 Feb 2016 12:22:52 +0000 (14:22 +0200)
revert footer wrapping behavior. fixes #70

static/css/style.css

index c1002d3c80e033d24ef596759c3efd52b66ffe36..7327c9c074e5c9c7fd2ccde745e4ffa5272966e3 100644 (file)
@@ -350,17 +350,16 @@ h1 {
 .footerchild {
     margin: 0 2em;
     margin-top: .5em;
+    flex: 1 1 1px;
 }
 
 .footerchild:last-child {
     margin-bottom: 1em;
 }
 
-@media (--max-rem) {
-    .footer-push {
-        margin-left: auto;
-        width: max-content;
-    }
+.footer-push {
+    margin-left: auto;
+    width: max-content;
 }
 
 footer a {
@@ -388,14 +387,10 @@ footer a:hover {
 }
 
 @media (--max-md) {
-    .footer {
+    .footer-container {
         flex-direction: column;
     }
 
-    .footerchild {
-        width: 100%;
-    }
-
     .footer-push {
         margin-left: 0;
     }