diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-23 17:32:00 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-23 17:32:00 -0700 |
commit | 2372d33149ab33007de969e94b7690f8e0406c0b (patch) | |
tree | 85fe456bebb387643482d0d597eeb46b178e95c8 | |
parent | b0e38f69be317777824f9ca460334cd2f781e89a (diff) | |
download | simponic.xyz-2372d33149ab33007de969e94b7690f8e0406c0b.tar.gz simponic.xyz-2372d33149ab33007de969e94b7690f8e0406c0b.zip |
fix period
-rw-r--r-- | css/styles.css | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/css/styles.css b/css/styles.css index 7957112..389c7f8 100644 --- a/css/styles.css +++ b/css/styles.css @@ -80,7 +80,7 @@ body { align-items: center; justify-content: space-around; gap: 20px; - max-width: 600px; + max-width: 660px; line-break: anywhere; } @@ -94,18 +94,6 @@ body { } @media (max-width: 500px) { - .projects-grid { - padding: 12px; - } - - .project { - min-width: 200px; - } - - .project-logo-container { - font-size: 3rem; - } - .about { flex-direction: column; gap: 12px; |