Certifications

This commit is contained in:
Henry Hiles 2025-01-26 12:17:22 +00:00
parent 568fd64a8d
commit cd38bf6cc3
4 changed files with 81 additions and 69 deletions

View file

@ -17,8 +17,12 @@ header {
}
}
section {
mdui-card {
max-width: 1000px;
width: 100%;
}
section {
display: flex;
flex-direction: column;
@ -26,7 +30,6 @@ section {
display: flex;
justify-content: center;
gap: 1em;
flex-wrap: wrap;
}
gap: 0.5em;
@ -40,18 +43,25 @@ section {
font-size: 1.3em;
}
&#about {
& #stats img {
&#certificates {
& div {
padding-top: 1em;
width: 100%;
overflow: scroll;
justify-content: start;
}
& a {
min-width: 200px;
width: 15%;
}
}
&#about #stats {
flex-wrap: wrap;
& img {
width: 45%;
min-width: 300px;
}
& #certificates {
padding-top: 1em;
& a {
min-width: 150px;
width: 15%;
}
}
}
}