Changed div to main

This commit is contained in:
Patrick Alvin Alcala 2025-09-04 13:12:14 +08:00
parent ae970682c5
commit fe3bf1fc1c
5 changed files with 15 additions and 15 deletions

View file

@ -5,17 +5,17 @@ import PageTitle from '../components/PageTitle/PageTitle.tsx'
---
<Layout title="Text Comparison - AIO Tools">
<div class="page">
<main class="page">
<PageTitle title="Text Comparison" description="Compare text side by side to detect changes easily." />
<section class="content">
<TextComparisonComponent client:visible />
</section>
</div>
</main>
</Layout>
<style lang="sass">
@use '/src/assets/css/viewport.sass' as view
@use '/src/styles/breakpoint.sass' as view
.page
font-family: 'Inter', sans-serif