diff --git a/holy-grail-frontend/src/features/Library/Library.css b/holy-grail-frontend/src/features/Library/Library.css index e298ba8d..771575bf 100644 --- a/holy-grail-frontend/src/features/Library/Library.css +++ b/holy-grail-frontend/src/features/Library/Library.css @@ -3,7 +3,6 @@ display: flex; flex-direction: column; justify-content: center; - align-items: center; margin: 48px auto; } @@ -15,5 +14,4 @@ .library-subtitle { font-size: 1rem; margin-bottom: 24px; - text-align: center; } diff --git a/holy-grail-frontend/src/features/Showcase/FooterShowcase.tsx b/holy-grail-frontend/src/features/Showcase/FooterShowcase.tsx index a0319895..5cd14eee 100644 --- a/holy-grail-frontend/src/features/Showcase/FooterShowcase.tsx +++ b/holy-grail-frontend/src/features/Showcase/FooterShowcase.tsx @@ -14,7 +14,7 @@ interface InfoButtonProps { } export const InfoButton = ({ isMobile }: InfoButtonProps) => { - const iconButtonTop = isMobile ? '12px' : '4px'; + const iconButtonTop = isMobile ? '0px' : '4px'; return ( { }, [showcaseRef]); return ( -
+
Illume Showcase here!