From 401d5b8caf40617125992cb94b16b35b3a422c19 Mon Sep 17 00:00:00 2001 From: srisailamkakurala Date: Sat, 21 Dec 2024 20:44:35 +0530 Subject: [PATCH] fixes #1842 --- djangoproject/scss/_style.scss | 11 ++++------- djangoproject/templates/base.html | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/djangoproject/scss/_style.scss b/djangoproject/scss/_style.scss index c53b2fd56..03dc8017c 100644 --- a/djangoproject/scss/_style.scss +++ b/djangoproject/scss/_style.scss @@ -3518,12 +3518,13 @@ ul.corporate-members li { gap: 6rem; flex-wrap: wrap; align-content: center; + justify-content: center; } .community-cta-a { display: inline-block; - width: 300px; - height: 300px; + width: 400px; + height: 400px; } .community-cta { @@ -3537,7 +3538,7 @@ ul.corporate-members li { align-items: center; background: var(--community-img-bg); border-radius: 20px; - transition: background-color 2.5s ease; + transition: background-color 0.1s ease; } .community-cta:hover { @@ -3547,8 +3548,4 @@ ul.corporate-members li { .community-cta svg, h3 { color: var(--community-img-fg); } - - .svg-hide { - display: none; - } } diff --git a/djangoproject/templates/base.html b/djangoproject/templates/base.html index 55157d220..7fb26720f 100644 --- a/djangoproject/templates/base.html +++ b/djangoproject/templates/base.html @@ -123,7 +123,7 @@ {% endblock %} - +