frontend styling, uniformity

This commit is contained in:
Per Stark
2025-01-21 08:43:35 +01:00
parent 4f2a08b610
commit f545ff8ecb
9 changed files with 13 additions and 13 deletions

View File

@@ -1,9 +1,9 @@
<main class="hero flex-grow flex justify-center ">
<main class="hero grow flex justify-center ">
<div class="container hero-content text-center">
<div class="space-y-8">
<!-- Hero Section -->
<h1
class="text-5xl sm:text-6xl py-4 pt-10 font-bold bg-gradient-to-r from-primary to-secondary text-transparent bg-clip-text">
class="text-5xl sm:text-6xl py-4 pt-10 font-bold bg-linear-to-r from-primary to-secondary text-transparent bg-clip-text">
Simplify Your Knowledge Management
</h1>
<p class="text-xl text-base-content/70">

View File

@@ -1,4 +1,4 @@
<div class="container mx-auto p-4 max-w-screen-lg flex-col flex justify-center gap-6">
<div class="container mx-auto p-4 max-w-(--breakpoint-lg) flex-col flex justify-center gap-6">
<!-- Search Bar -->
<div class="form-control w-full mx-auto mt-8">
<h1 class="textl-lg text-center pb-5">So here you can search all your ingressed documents</h1>