X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/cb3e944db018ecddf3784f396071710b41044009..9394d534e411a4c874e8693ddb307b8f3df2fa3b:/static/css/style.css diff --git a/static/css/style.css b/static/css/style.css index 7b063c120..a7108ecd3 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1,7 +1,7 @@ /* vars */ :root { --navbar-bg: #292f2f; - --jumbotron-bg: #294848; + --jumbotron-bg: #3a4346; --copyright-bg: #292f2f; --link-color: 66,139,202; --footer-link-color: #ddd; @@ -189,17 +189,23 @@ h1 { div.art { clear: right; min-height: 2em; + flex-grow: 1; } div.artlist { display: flex; flex-wrap: wrap; - justify-content: space-around; + justify-content: flex-start; align-items: stretch; + margin-top: .5em; } -div.artlist:first-child { - margin-top: .5em; +@media all and (min-width: 800px) { + div.artlist { + max-width: 50%; + margin-right: auto; + margin-left: auto; + } } div.art:not(:first-child) {