styling for expertise page done for landscape orientation in phones

This commit is contained in:
II-Paulus-II 2024-03-27 14:16:17 +00:00
parent 5ee0f6baa4
commit b8439657af

View File

@ -104,3 +104,14 @@
}
}
@media only screen
and (max-width: 1024px)
and (orientation: landscape) {
.technologiesContainer {
gap: 1rem;
}
.experienceContainer {
overflow-y: scroll;
}
}