Changed div to main
This commit is contained in:
parent
ae970682c5
commit
fe3bf1fc1c
5 changed files with 15 additions and 15 deletions
|
|
@ -5,17 +5,17 @@ import PageTitle from '../components/PageTitle/PageTitle.tsx'
|
|||
---
|
||||
|
||||
<Layout title="Password Manager - AIO Tools">
|
||||
<div class="page">
|
||||
<main class="page">
|
||||
<PageTitle title="Password Manager" description="Manage your passwords securely and privately. Recommended to be pair with Password Generator for best security." />
|
||||
|
||||
<section class="content">
|
||||
<PasswordManagerComponent 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue