From bed14479928d7ed9bfc5b7c69903ffbef7903a9f Mon Sep 17 00:00:00 2001
From: Matt Smith <matty@posteo.net>
Date: Sat, 2 Sep 2017 20:54:26 +0100
Subject: [PATCH] Improve styling of hangouts page

The IRC channels were too cramped together, move them further apart with
some more padding.
---
 css/custom.css | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/css/custom.css b/css/custom.css
index b78f9792..ab9a18f7 100644
--- a/css/custom.css
+++ b/css/custom.css
@@ -3226,11 +3226,7 @@ footer {
 }
 
 .hangouts .irc .col-md-4 {
-    padding: 0 0.5rem;
-}
-
-.hangouts .irc a {
-    margin-bottom: 1rem;
+    padding: 1rem 0.5rem;
 }
 
 .hangouts .sequestions a {
-- 
GitLab