We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e2ddcc commit 28314ebCopy full SHA for 28314eb
assets/css/styles.css
@@ -404,6 +404,7 @@ body {
404
gap: 2rem;
405
margin: 3rem 0;
406
justify-content: center;
407
+ flex-wrap: wrap;
408
}
409
410
.tech-item {
@@ -412,6 +413,7 @@ body {
412
413
transition: var(--transition);
414
position: relative;
415
opacity: 0.8;
416
+ margin-bottom: 1rem;
417
418
419
.tech-item:hover {
@@ -1113,6 +1115,22 @@ body {
1113
1115
1114
1116
1117
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
1130
+ gap: 1rem;
1131
1132
1133
1134
/* Responsive Design */
1135
@media (max-width: 768px) {
1136
.nav-links {
0 commit comments