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:20:37 -06:00
parent 87b339d0f5
commit 479e489fa0
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

@ -121,7 +121,7 @@ a {
@media only screen and (max-width: 700px) {
.project {
flex-direction: column;
padding: 16px;
padding: 18px;
}
.project>div {
@ -134,7 +134,7 @@ a {
}
.project p {
font-size: 12pt;
font-size: 14pt;
text-align: left;
}
}