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

@ -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;
}
}