updated projects display; simplified for mobile

This commit is contained in:
Hunter W.
2026-06-02 16:16:50 -04:00
parent 3f17cf9094
commit 39a056db25
6 changed files with 170 additions and 142 deletions

View File

@@ -143,10 +143,12 @@ body {
background: rgba(110, 231, 183, 0.25);
color: var(--fg);
}
.footer {
flex-direction: row;
height: 28;
}
@media (max-width: 640px) {
h1 {
font-size: 32px !important;
@@ -155,4 +157,5 @@ body {
flex-direction: column;
height: 36;
}
}
}