mobile home done

This commit is contained in:
yousifpa98
2025-01-15 22:27:31 +01:00
parent 5519dbd390
commit 173db8f199
12 changed files with 149 additions and 40 deletions

View File

@@ -111,3 +111,16 @@
visibility: visible;
opacity: 1;
}
@media screen and (max-width: 450px) {
.techStackContainer {
grid-area: 5 / 1 / 9 / 5;
max-height: 1110px;
}
.techStackContainer.expanded {
grid-area: 5 / 1 / 11 / 5;
}
}