Skip to content

Commit 28314eb

Browse files
More mobile fixes
1 parent 6e2ddcc commit 28314eb

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

assets/css/styles.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ body {
404404
gap: 2rem;
405405
margin: 3rem 0;
406406
justify-content: center;
407+
flex-wrap: wrap;
407408
}
408409

409410
.tech-item {
@@ -412,6 +413,7 @@ body {
412413
transition: var(--transition);
413414
position: relative;
414415
opacity: 0.8;
416+
margin-bottom: 1rem;
415417
}
416418

417419
.tech-item:hover {
@@ -1113,6 +1115,22 @@ body {
11131115
}
11141116
}
11151117

1118+
@media (max-width: 768px) {
1119+
.tech-stack {
1120+
gap: 1.5rem;
1121+
}
1122+
1123+
.tech-item {
1124+
font-size: 2rem;
1125+
}
1126+
}
1127+
1128+
@media (max-width: 480px) {
1129+
.tech-stack {
1130+
gap: 1rem;
1131+
}
1132+
}
1133+
11161134
/* Responsive Design */
11171135
@media (max-width: 768px) {
11181136
.nav-links {

0 commit comments

Comments
 (0)