Fix mobile view
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2025-05-29 11:08:26 -06:00
parent cfe9484feb
commit dc56d426e3
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

@ -88,6 +88,7 @@ img.figure,
@media only screen and (max-width: 700px) {
.project {
flex-direction: column;
padding: 32px 0;
}
.project>div {