summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/styles.css14
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;