From 82ada5b2f58362cf800781c6bef4413174e18cff Mon Sep 17 00:00:00 2001 From: Dawid Potocki Date: Tue, 6 Aug 2019 10:12:35 +1200 Subject: [PATCH] Fix icons looking out of place on smaller screens Fixes #905 --- _includes/cardv2.html | 60 +++++++++++++++++++++++-------------------- 1 file changed, 32 insertions(+), 28 deletions(-) diff --git a/_includes/cardv2.html b/_includes/cardv2.html index 45906aed..86f6e3f0 100644 --- a/_includes/cardv2.html +++ b/_includes/cardv2.html @@ -7,41 +7,45 @@ {{include.title}} {{include.description}}

- Website - {% if include.forum %} - Forum - {% endif %} - {% if include.tor %} - Tor - {% endif %} +
+
+ Website + {% if include.forum %} + Forum + {% endif %} + {% if include.tor %} + Tor + {% endif %} +
-
- {% if include.windows %}{% endif %} - {% if include.mac %}{% endif %} - {% if include.linux %}{% endif %} - {% if include.bsd %}{% endif %} +
+ {% if include.windows %}{% endif %} + {% if include.mac %}{% endif %} + {% if include.linux %}{% endif %} + {% if include.bsd %}{% endif %} - {% if include.firefox %}{% endif %} - {% if include.chrome %}{% endif %} - {% if include.safari %}{% endif %} - {% if include.opera %}{% endif %} - {% if include.edge %}{% endif %} + {% if include.firefox %}{% endif %} + {% if include.chrome %}{% endif %} + {% if include.safari %}{% endif %} + {% if include.opera %}{% endif %} + {% if include.edge %}{% endif %} - {% if include.android %}{% endif %} - {% if include.ios %}{% endif %} - {% if include.fire %}{% endif %} + {% if include.android %}{% endif %} + {% if include.ios %}{% endif %} + {% if include.fire %}{% endif %} - {% if include.web %}{% endif %} + {% if include.web %}{% endif %} - {{include.icon1}} - {{include.icon2}} - {{include.icon3}} + {{include.icon1}} + {{include.icon2}} + {{include.icon3}} - {% if include.github %}{% endif %} - {% if include.gitlab %}{% endif %} - {% if include.git %}{% endif %} - {% if include.source %}{% endif %} + {% if include.github %}{% endif %} + {% if include.gitlab %}{% endif %} + {% if include.git %}{% endif %} + {% if include.source %}{% endif %} +