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:09:08 -06:00
parent dc56d426e3
commit 242e2eb80d
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

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