TalwindCSS Update #10

Merged
an.di merged 10 commits from adilallo/TailwindCSSUpdate into adilallo/component/RuleStack 2025-08-23 23:20:25 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 3c7f826f5e - Show all commits
+1 -1
View File
@@ -30,7 +30,7 @@ const HeroBanner = ({ title, subtitle, description, ctaText, ctaHref }) => {
</div>
{/* Hero Image Container */}
<div className="w-full md:flex-1 rounded-[8px] overflow-hidden relative z-10 flex items-center justify-center">
<div className="w-full h-full md:flex-1 rounded-[8px] overflow-hidden relative z-10 flex items-center justify-center">
<img
src="assets/HeroImage.png"
alt="Hero illustration"
+1 -1
View File
@@ -3,7 +3,7 @@
const HeroDecor = ({ className = "" }) => {
return (
<svg
className={`text-[#FDFAA8] opacity-50 ${className}`}
className={`text-[var(--color-surface-default-brand-lighter-accent)] opacity-50 ${className}`}
viewBox="0 0 1540 645"
aria-hidden="true"
overflow="visible"