Ignore:
Timestamp:
05/13/26 00:35:13 (8 weeks ago)
Author:
Andrej <asumanovski@…>
Branches:
master
Children:
447c39f
Parents:
a8381b1
Message:

Fixed auth issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • frontend/src/pages/LandingPage/components/Hero.jsx

    ra8381b1 r42da64d  
    1919  return (
    2020    <div
    21       className="hero min-h-screen"
     21      className="hero min-h-[calc(100vh-4rem)] bg-cover bg-center"
    2222      style={{
    2323        backgroundImage:
     
    2626    >
    2727      <div className="hero-overlay"></div>
    28       <div className="hero-content text-neutral-content text-center">
    29         <div className="max-w-md">
    30           <h1 className="mb-5 text-5xl font-bold">
     28      <div className="hero-content text-neutral-content text-center px-4 py-16 sm:py-24">
     29        <div className="w-full max-w-2xl">
     30          <h1 className="mb-5 font-bold text-3xl sm:text-4xl md:text-5xl lg:text-6xl leading-tight">
    3131            Trekr — track progress, every day
    3232          </h1>
    33           <p className="mb-5">
     33          <p className="mb-6 text-sm sm:text-base md:text-lg opacity-90">
    3434            One self-improvement hub: workouts, weight & nutrition, finances &
    3535            budgeting, investing, and daily discipline tasks. Set goals, log
     
    3737          </p>
    3838          <Link
    39             className="btn btn-primary !text-white"
     39            className="btn btn-primary !text-white btn-sm sm:btn-md md:btn-lg"
    4040            to={isAuthed ? "/dashboard" : "/register"}
    4141          >
Note: See TracChangeset for help on using the changeset viewer.