diff --git a/packages/integration/src/components/Header.tsx b/packages/integration/src/components/Header.tsx index c4c4588..3ce5f8a 100644 --- a/packages/integration/src/components/Header.tsx +++ b/packages/integration/src/components/Header.tsx @@ -57,7 +57,7 @@ export const Header = ({ }: Props) => { const { t } = useTranslate() return ( -
+
diff --git a/packages/integration/src/styles/homepage.css b/packages/integration/src/styles/homepage.css index ecf63d9..28e36a8 100644 --- a/packages/integration/src/styles/homepage.css +++ b/packages/integration/src/styles/homepage.css @@ -14,9 +14,12 @@ } .lasuite-homepage { - height: 100dvh; + min-height: 100dvh; display: flex; flex-direction: column; +} + +.lasuite-header { border-top: 5px solid #e1000f; }