fix period

This commit is contained in:
Elizabeth Hunt 2024-04-23 17:32:00 -07:00
parent b0e38f69be
commit 2372d33149
Signed by: simponic
GPG Key ID: 2909B9A7FF6213EE

View File

@ -80,7 +80,7 @@ body {
align-items: center; align-items: center;
justify-content: space-around; justify-content: space-around;
gap: 20px; gap: 20px;
max-width: 600px; max-width: 660px;
line-break: anywhere; line-break: anywhere;
} }
@ -94,18 +94,6 @@ body {
} }
@media (max-width: 500px) { @media (max-width: 500px) {
.projects-grid {
padding: 12px;
}
.project {
min-width: 200px;
}
.project-logo-container {
font-size: 3rem;
}
.about { .about {
flex-direction: column; flex-direction: column;
gap: 12px; gap: 12px;