File tree Expand file tree Collapse file tree
packages/web/src/app/[domain] Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ export default async function Page(props: PageProps) {
9292 id = "chat-home-panel"
9393 defaultSize = { 85 }
9494 >
95- < div className = "flex flex-col justify-center items-center mt-8 mb-8 md:mt-18 w-full px-5" >
95+ < div className = "flex flex-col justify-center items-center mt-8 mb-8 md:mt-16 w-full px-5" >
9696 < div className = "max-h-44 w-auto" >
9797 < SourcebotLogo
9898 className = "h-18 md:h-40 w-auto"
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export const SearchLandingPage = async ({
3737 domain = { domain }
3838 />
3939
40- < div className = "flex flex-col justify-center items-center mt-8 mb-8 md:mt-18 w-full px-5" >
40+ < div className = "flex flex-col justify-center items-center mt-8 mb-8 md:mt-16 w-full px-5" >
4141 < div className = "max-h-44 w-auto" >
4242 < SourcebotLogo
4343 className = "h-18 md:h-40 w-auto"
You can’t perform that action at this time.
0 commit comments