X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/a8b71bbb5afd2f6e5e83fae1c20e2b5ccfda7cea..d4b00db0ab459fa0ef7facf95175e60515e4750e:/static/css/style.css diff --git a/static/css/style.css b/static/css/style.css index b8c9516e8..73d1caed6 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -156,13 +156,13 @@ a.nav-light { } .box div{ - font-size: 28px; - line-height: 28px; - padding-left: 8px; - font-weight: 700; position: relative; - display: inline; - top: -10px; + top: initial; + font-size: 16px; + font-weight: normal; + line-height: 16px; + padding: 10px 0; + display: block; } .fa-users { @@ -360,6 +360,9 @@ a.hchild:hover,a.hchild:active { .fa-4x { padding: 0; margin: 0; + width: 60px; + text-align: center; + font-size: 28px; } .box-container { @@ -368,14 +371,22 @@ a.hchild:hover,a.hchild:active { } .box div { + font-size: 22px; + line-height: 22px; + padding-left: 8px; + font-weight: 700; position: relative; - top: initial; - font-size: 16px; - font-weight: normal; - line-height: 16px; - padding: 10px 0; - display: block; + display: inline; + text-align: center; + } + + .box { + text-align: left; + border-radius: calc(var(--box-round) / 2); + margin: 5px 0; + } + } .footer h2,.footer h3 {