diff --git a/src/styles/technologies.css b/src/styles/technologies.css index 780221a..54b0650 100644 --- a/src/styles/technologies.css +++ b/src/styles/technologies.css @@ -104,3 +104,14 @@ } } +@media only screen + and (max-width: 1024px) + and (orientation: landscape) { + .technologiesContainer { + gap: 1rem; + } + .experienceContainer { + overflow-y: scroll; + } + } +