From 9eebb0c11412cf675eaac7c6dee0c2d8796beda4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Thu, 29 Feb 2024 15:35:44 +0100 Subject: [PATCH] Adjusted about page hero corner radius --- TangerineUI-cherry.css | 2 +- TangerineUI-purple.css | 2 +- TangerineUI.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index d577a82..4e91dff 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -6069,7 +6069,7 @@ a:is(.active, border-radius: 8px 8px 0 0 !important; } .app-body .about__header__hero { - border-radius: 8px 8px 0 0; + border-radius: 6px 6px 0 0; } } @media screen and (min-width:890px) and (max-width:1174px) { diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 5a255cb..5759475 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -6069,7 +6069,7 @@ a:is(.active, border-radius: 8px 8px 0 0 !important; } .app-body .about__header__hero { - border-radius: 8px 8px 0 0; + border-radius: 6px 6px 0 0; } } @media screen and (min-width:890px) and (max-width:1174px) { diff --git a/TangerineUI.css b/TangerineUI.css index 4af24d4..1ff1e0d 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -6069,7 +6069,7 @@ a:is(.active, border-radius: 8px 8px 0 0 !important; } .app-body .about__header__hero { - border-radius: 8px 8px 0 0; + border-radius: 6px 6px 0 0; } } @media screen and (min-width:890px) and (max-width:1174px) {