From 4ff89337fb779598a4715580d539cafdffbc8630 Mon Sep 17 00:00:00 2001 From: srisailamkakurala Date: Sat, 28 Dec 2024 19:37:02 +0530 Subject: [PATCH] pruned #1842 --- djangoproject/scss/_style.scss | 10 ++-------- djangoproject/templates/base.html | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/djangoproject/scss/_style.scss b/djangoproject/scss/_style.scss index d07d6008e..014b09bb0 100644 --- a/djangoproject/scss/_style.scss +++ b/djangoproject/scss/_style.scss @@ -3522,13 +3522,12 @@ ul.corporate-members li { gap: 6rem; flex-wrap: wrap; align-content: center; - justify-content: center; } .community-cta-a { display: inline-block; - width: 400px; - height: 400px; + width: 300px; + height: 300px; } .community-cta { @@ -3542,11 +3541,6 @@ ul.corporate-members li { align-items: center; background: var(--community-img-bg); border-radius: 20px; - transition: background-color 0.1s ease; - } - - .community-cta:hover { - background-color: var(--secondary); } .community-cta svg, h3 { diff --git a/djangoproject/templates/base.html b/djangoproject/templates/base.html index 7fb26720f..896483b61 100644 --- a/djangoproject/templates/base.html +++ b/djangoproject/templates/base.html @@ -123,7 +123,7 @@ {% endblock %} - +