diff --git a/assets/css/default.css b/assets/css/default.css index ea139b40..3bf377ff 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -9,10 +9,15 @@ body { background-color: rgb(255, 0, 0, 0.5); } -.channel-profile > * { +.channel-profile { font-size: 1.17em; font-weight: bold; - vertical-align: middle; + display: flex; + align-items: center; +} + +.channel-profile > span { + padding-left: 0.5em } .channel-profile > img {