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:10:18 -06:00
parent 242e2eb80d
commit dbafa13f98
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

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