From 650a9efab9c03b4d51170b3312eec500b5ae1db3 Mon Sep 17 00:00:00 2001 From: nahbee10 Date: Mon, 9 Dec 2024 17:55:37 +0900 Subject: [PATCH 1/6] adjust line height of side nav items --- assets/tailwind-output.css | 12 ++++++++++++ src/modules/footer/FooterModule.tsx | 2 +- src/modules/side-nav/SideNavModule.tsx | 4 ++-- style.css | 20 ++++++++++---------- 4 files changed, 25 insertions(+), 13 deletions(-) diff --git a/assets/tailwind-output.css b/assets/tailwind-output.css index b26e4ffec..b44ef6675 100644 --- a/assets/tailwind-output.css +++ b/assets/tailwind-output.css @@ -1999,6 +1999,18 @@ video { var(--tw-numeric-spacing) var(--tw-numeric-fraction); } +.\!leading-\[1rem\] { + line-height: 1rem !important; +} + +.\!leading-\[\.5rem\] { + line-height: 0.5rem !important; +} + +.\!leading-\[1\.4\] { + line-height: 1.4 !important; +} + .\!text-light-accent-1 { --tw-text-opacity: 1 !important; color: rgb(245 13 180 / var(--tw-text-opacity)) !important; diff --git a/src/modules/footer/FooterModule.tsx b/src/modules/footer/FooterModule.tsx index f6255a3b5..ac71474a2 100644 --- a/src/modules/footer/FooterModule.tsx +++ b/src/modules/footer/FooterModule.tsx @@ -43,7 +43,7 @@ const Footer: FC = ({ footerPageData }) => { {footerPageData?.footerLinksEcosystem && footerPageData.footerLinksEcosystem.length > 0 ? (
-

Ecosystem

+

Protocol