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:12:34 -06:00
parent 8aff3918d9
commit 85560a4261
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: 8px 16px;
padding: 16px;
}
.project>div {