From 5f8b5e335c7cd8efee2a1031ce63f7fd8b65eee9 Mon Sep 17 00:00:00 2001 From: Steve Date: Mon, 17 Jul 2023 11:51:39 +0300 Subject: Fixed inconsistent column heights in the contributing section(python-discord#1036) --- pydis_site/static/css/content/page.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'pydis_site/static/css/content') diff --git a/pydis_site/static/css/content/page.css b/pydis_site/static/css/content/page.css index cabf6962..239f2809 100644 --- a/pydis_site/static/css/content/page.css +++ b/pydis_site/static/css/content/page.css @@ -16,6 +16,15 @@ i.has-icon-padding { padding: 0 10px 25px 0; } +.card.github-card { + height: 100%; + display: flex; + flex-direction: column; +} + +.card.github-card .card-content { + flex: 1; +} /* * Move padding padding from
 tag to hljs  tags so the padding
  * space is colored the same as the background of hljs  blocks.
-- 
cgit v1.2.3