aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/static
diff options
context:
space:
mode:
authorGravatar Steve <[email protected]>2023-07-17 11:51:39 +0300
committerGravatar Steve <[email protected]>2023-07-17 11:51:39 +0300
commit5f8b5e335c7cd8efee2a1031ce63f7fd8b65eee9 (patch)
tree2600746ad0849aa5f952245999411b68ccb5bf95 /pydis_site/static
parentFix overflowing iframe element (python-discord#1027) (#1038) (diff)
Fixed inconsistent column heights in the contributing section(python-discord#1036)
Diffstat (limited to 'pydis_site/static')
-rw-r--r--pydis_site/static/css/content/page.css9
1 files changed, 9 insertions, 0 deletions
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 <pre> tag to hljs <code> tags so the padding
* space is colored the same as the background of hljs <code> blocks.