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> </article>
<div> <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 <a
href="https://www.credly.com/badges/bd5a8213-4e3d-4b93-9b7d-4cbce07ef960/public_url" href="https://www.credly.com/badges/bd5a8213-4e3d-4b93-9b7d-4cbce07ef960/public_url"
target="_blank" target="_blank"
@ -112,6 +105,13 @@ import metaFrontEnd from "../images/certificates/metaFrontEnd.png"
alt="Meta Front-End Developer Badge" alt="Meta Front-End Developer Badge"
/> />
</a> </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> </div>
</section> </section>
</mdui-card> </mdui-card>

View file

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

View file

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

View file

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