feat: oversized H1 hero for all inner pages + portfolio refinements

- Add hero-oversized class (Option B) to global.css
- Apply oversized H1 to: about, services, blog, contact, faq, privacy, terms
- Portfolio page: oversized hero, new text, portfolio-design-note in section-heading
- Clean up duplicate styles from portfolio.astro scoped block
This commit is contained in:
Kunthawat Greethong
2026-06-28 17:52:56 +07:00
parent 9ebbc91e5b
commit bb1b1ba568
9 changed files with 94 additions and 81 deletions

View File

@@ -7,16 +7,12 @@ import LegalPageShell from '../components/LegalPageShell.astro';
title="เงื่อนไขการใช้งาน | MoreminiMore"
description="เงื่อนไขการใช้งานเว็บไซต์ MoreminiMore — การยอมรับเงื่อนไข ทรัพย์สินทางปัญญา ข้อห้าม และข้อจำกัดความรับผิด"
>
<section class="page-hero scene scene-light" data-scene="light">
<div class="page-hero-grid">
<div>
<p class="eyebrow">เงื่อนไข</p>
<h1>เงื่อนไขการใช้งาน</h1>
</div>
<p class="hero-lead">
การเข้าใช้งานเว็บไซต์นี้ถือว่าท่านยอมรับเงื่อนไขด้านล่าง กรุณาอ่านก่อนใช้งานหรือส่งข้อมูลผ่านเว็บไซต์
</p>
</div>
<section class="page-hero scene scene-light hero-oversized" data-scene="light">
<p class="eyebrow">เงื่อนไข</p>
<h1>เงื่อนไขการใช้งาน</h1>
<p class="hero-lead">
การเข้าใช้งานเว็บไซต์นี้ถือว่าท่านยอมรับเงื่อนไขด้านล่าง กรุณาอ่านก่อนใช้งานหรือส่งข้อมูลผ่านเว็บไซต์
</p>
</section>
<section class="page-section legal-section">