From 1510ddec09035d45aa29109b81ffb4a9a59f9258 Mon Sep 17 00:00:00 2001 From: gbuomprisco Date: Thu, 18 Jul 2024 19:39:09 +0200 Subject: [PATCH] Update CSS classes for multiple components The commit refactors CSS classes of multiple components to improve the visual consistency across different resolutions. The changes include adjusting margin, padding, fonts, and adding hover states to some elements. Furthermore, the logo size has been made responsive for both small and large views. --- .../(marketing)/_components/site-header-account-section.tsx | 2 +- apps/web/app/(marketing)/page.tsx | 4 ++-- apps/web/components/app-logo.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/web/app/(marketing)/_components/site-header-account-section.tsx b/apps/web/app/(marketing)/_components/site-header-account-section.tsx index e0fbb9ebe..15daa8854 100644 --- a/apps/web/app/(marketing)/_components/site-header-account-section.tsx +++ b/apps/web/app/(marketing)/_components/site-header-account-section.tsx @@ -84,7 +84,7 @@ function AuthButtons() {