Skip to content

Commit

Permalink
use standardized header gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
myix765 committed Dec 11, 2024
1 parent 67b76ef commit fbb15e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const Home = () => {

return (
<>
<div className="bg-gradient-to-r from-white via-blue-1000 to-blue-900 p-4 min-h-[60dvh] flex items-center justify-center">
<div className="header-gradient p-4 min-h-[60dvh] flex items-center justify-center">
<div className="text-center md:text-left mb-12 mt-12 px-5 justify-items-center">
<p className="text-2xl text-blue-600 mb-3">{t("home_motto")}</p>
<h1 className="text-5xl font-extrabold mb-6">{t("home_title")}</h1>
Expand Down

0 comments on commit fbb15e2

Please sign in to comment.