X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/2e0736e2617877b07a7fdf2aa1c3bb485582eb8f..refs/pull/66/head:/static/css/style.css?ds=sidebyside diff --git a/static/css/style.css b/static/css/style.css index ac9db167e..7a37d7869 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -242,7 +242,7 @@ h1 { text-align: baseline; line-height: 1; white-space: nowrap; - color: #ccc; + color: #bdbcbc; font-feature-settings: "tnum"; font-variant-numeric: tabular-nums; } @@ -328,19 +328,23 @@ a.hchild:hover,a.hchild:active { .footer { background: var(--jumbotron-bg); color: var(--footer-text-color); + width: 100%; margin-top: 2vh; + box-shadow: 0 -3px 5px rgba(150,150,150,.36); + min-height: 9.5rem; +} + +.footer-container { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; - box-shadow: 0 -3px 5px rgba(150,150,150,.36); - min-height: 9.5rem; + margin: 0 auto; } .footerchild { + margin: 0 2em; margin-top: .5em; - flex: 1 1 1px; - min-width: 12rem; } .footerchild:last-child { @@ -354,12 +358,11 @@ a.hchild:hover,a.hchild:active { } } -.footer-link, -.footer a { +footer a { color: var(--footer-link-color); } -.footer a:hover { +footer a:hover { color: #fff; } @@ -441,7 +444,7 @@ a.hchild:hover,a.hchild:active { } } -.footer h2,.footer h3 { +.footer h2, .footer h3 { margin-left: 10px; margin-right: 10px; } @@ -472,6 +475,10 @@ footer.copyright div { line-height: 1.5rem; } +.copyright .fa { + height: 100%; +} + .copyright .footer-link { height: 28px; margin-right: .5em;