Fix ui/ux issues
Some checks are pending
Deploy to Pages / Build (push) Waiting to run
Deploy to Pages / Deploy (push) Blocked by required conditions

This commit is contained in:
Henry Hiles 2025-03-30 21:55:33 -04:00
parent fea905dbf3
commit f4374de263
No known key found for this signature in database
3 changed files with 12 additions and 4 deletions

View file

@ -48,6 +48,10 @@ main > * > section {
padding: 1em;
flex-wrap: wrap;
@media (max-width: 500px) {
border: none;
}
& a {
min-width: 150px;
width: 15%;
@ -84,6 +88,10 @@ main > * > section {
& img {
border-radius: var(--mdui-shape-corner-medium);
border: 2px solid rgb(var(--primary));
.double > & {
width: 45%;
}
}
}
:nth-child(2) > & {