Refactor Password Manager page by removing unused components and simplifying styles

This commit is contained in:
Patrick Alvin Alcala 2025-06-04 15:49:26 +08:00
parent ff4a000998
commit 80954ebb19

View file

@ -1,7 +1,6 @@
--- ---
import Layout from '../layouts/Layout.astro' import Layout from '../layouts/Layout.astro'
import PasswordManagerComponent from '../components/PageComponents/Password-Manager/PasswordManagerComponent.tsx' import PasswordManagerComponent from '../components/PageComponents/Password-Manager/PasswordManagerComponent.tsx'
import { Si1password } from 'solid-icons/si'
import PageTitle from '../components/PageTitle/PageTitle.tsx' import PageTitle from '../components/PageTitle/PageTitle.tsx'
--- ---
@ -27,21 +26,6 @@ import PageTitle from '../components/PageTitle/PageTitle.tsx'
@media screen and (max-width: view.$tablet) @media screen and (max-width: view.$tablet)
margin-top: 1rem margin-top: 1rem
.title
color: #ffffff
&__text
font-size: clamp(1.2rem, 5vw, 2.4rem)
margin-bottom: 1rem
&__description
font-size: clamp(0.5rem, 2vw, 1rem)
opacity: 0.6
margin-bottom: 3rem
&__icon
font-size: clamp(2rem, 5vw, 4rem)
.content .content
display: flex display: flex
justify-content: center justify-content: center