set projects section responsive

This commit is contained in:
2025-09-21 18:23:06 +02:00
parent 028f7f5b89
commit bf42d752a9
2 changed files with 19 additions and 1 deletions
+4
View File
@@ -56,3 +56,7 @@
text-align: center;
margin-bottom: 3rem;
}
@@ -123,3 +123,17 @@
font-weight: bold;
font-style: italic;
}
@media (max-width: 1366px) {
.single-project {
width: 47%;
}
}
@media (max-width: 768px) {
.single-project {
width: 90%;
}
}