]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - static/css/style.css
Images transferred
[irc/freenode/web-7.0.git] / static / css / style.css
index 2c66ff013b3f7cb24c17d39b0d32b421fc60d7bf..567f9ea857a072576c6458191a93f2279ac6ecfd 100644 (file)
@@ -66,6 +66,9 @@ a {
 a:hover {
     color: var(--link-hover-color);
 }
+img {
+    max-width: 100%;
+}
 
 /* navbar */
 .navbar {
@@ -350,17 +353,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 +390,10 @@ footer a:hover {
 }
 
 @media (--max-md) {
-    .footer {
+    .footer-container {
         flex-direction: column;
     }
 
-    .footerchild {
-        width: 100%;
-    }
-
     .footer-push {
         margin-left: 0;
     }
@@ -442,6 +440,8 @@ footer.copyright div {
 
 .copyright .fa {
     height: 100%;
+    vertical-align: top;
+    font-size: 1.4em;
 }
 
 .copyright .footer-link {