Fix responsiveness issues

This commit is contained in:
Henry Hiles 2025-03-29 22:12:15 -04:00
parent cd38bf6cc3
commit 0ebcba97a8
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
4 changed files with 18 additions and 19 deletions

View file

@ -74,13 +74,6 @@ import metaFrontEnd from "../images/certificates/metaFrontEnd.png"
</article>
<div>
<a
href="https://www.credly.com/badges/f85e1445-5fad-4954-90ce-78632749e1a7/public_url"
target="_blank"
rel="noreferrer"
>
<Image src={googleCS} alt="Google Cybersecurity Badge" />
</a>
<a
href="https://www.credly.com/badges/bd5a8213-4e3d-4b93-9b7d-4cbce07ef960/public_url"
target="_blank"
@ -112,6 +105,13 @@ import metaFrontEnd from "../images/certificates/metaFrontEnd.png"
alt="Meta Front-End Developer Badge"
/>
</a>
<a
href="https://www.credly.com/badges/f85e1445-5fad-4954-90ce-78632749e1a7/public_url"
target="_blank"
rel="noreferrer"
>
<Image src={googleCS} alt="Google Cybersecurity Badge" />
</a>
</div>
</section>
</mdui-card>

View file

@ -23,12 +23,12 @@ body {
margin: 0;
background: radial-gradient(
circle 1200px at -25vw -20vh,
circle 75vw at -25vw -20vh,
var(--circle-color),
transparent
),
radial-gradient(
circle 1000px at 130vw 130vh,
circle 80vw at 150vw 130vh,
var(--circle-color),
transparent
);

View file

@ -43,24 +43,19 @@ section {
font-size: 1.3em;
}
&#certificates {
& div {
padding-top: 1em;
width: 100%;
overflow: scroll;
justify-content: start;
}
&#certificates div {
flex-wrap: wrap;
& a {
min-width: 200px;
width: 15%;
width: 25%;
}
}
&#about #stats {
&#about #stats div {
flex-wrap: wrap;
& img {
width: 45%;
max-width: 350px;
min-width: 300px;
}
}

View file

@ -5,6 +5,10 @@ mdui-top-app-bar {
background: transparent;
box-shadow: none;
@media (max-width: 1150px) {
backdrop-filter: blur(5px);
}
& mdui-icon {
border: 2px solid rgb(var(--primary));
width: 1.5em;