mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-24 01:38:29 +02:00
frontend styling, uniformity
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user