fix about section spacing and text

This commit is contained in:
2026-04-15 22:59:18 -06:00
parent 2fecdca917
commit 8a9e4e75b5
2 changed files with 19 additions and 14 deletions

View File

@@ -684,31 +684,36 @@ body {
.info-page { .info-page {
background: linear-gradient(to bottom, #f9f9f9, #ffffff); background: linear-gradient(to bottom, #f9f9f9, #ffffff);
padding-bottom: 4rem;
} }
.info-hero { .info-hero {
text-align: center; text-align: center;
padding: 4rem 2rem 3rem; padding: 2.5rem 2rem 1.5rem;
} }
.info-title { .info-title {
font-size: 3rem; font-size: 1.6rem;
color: #333; color: #333;
margin-bottom: 1rem; margin-bottom: 0.5rem;
font-weight: 700; font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.08em;
} }
.info-subtitle { .info-subtitle {
font-size: 1.25rem; font-size: 1rem;
color: #666; color: #888;
margin-bottom: 1.5rem; margin-bottom: 1rem;
max-width: 520px;
margin-left: auto;
margin-right: auto;
line-height: 1.6;
} }
.info-content { .info-content {
max-width: 1200px; max-width: 1200px;
margin: 0 auto; margin: 0 auto;
padding: 0 2rem 4rem; padding: 0 2rem 3rem;
display: grid; display: grid;
grid-template-columns: repeat(3, 1fr); grid-template-columns: repeat(3, 1fr);
gap: 1.5rem; gap: 1.5rem;
@@ -3147,19 +3152,19 @@ img, video, iframe {
@media (max-width: 768px) { @media (max-width: 768px) {
.info-title { .info-title {
font-size: 2rem; font-size: 1.3rem;
} }
.info-subtitle { .info-subtitle {
font-size: 1.1rem; font-size: 0.95rem;
} }
} }
@media (max-width: 480px) { @media (max-width: 480px) {
.info-title { .info-title {
font-size: 1.6rem; font-size: 1.2rem;
} }
.info-subtitle { .info-subtitle {
font-size: 1rem; font-size: 0.9rem;
} }
.image-links-container { .image-links-container {
grid-template-columns: 1fr; grid-template-columns: 1fr;

View File

@@ -79,8 +79,8 @@ export default function Home() {
{/* About Us */} {/* About Us */}
<section className="info-page"> <section className="info-page">
<div className="info-hero"> <div className="info-hero">
<h2 className="info-title">About Leon&apos;s Pet Store</h2> <h2 className="info-title">About Us</h2>
<p className="info-subtitle">Your trusted local destination for pet care, adoption, and supplies built on a love for animals and community.</p> <p className="info-subtitle">A full-service pet store built on a love for animals and community.</p>
<div className="title-decoration"></div> <div className="title-decoration"></div>
</div> </div>
<div className="info-content"> <div className="info-content">