From b8439657afd0ef0e59fe9a81e2a2d82e26ca923a Mon Sep 17 00:00:00 2001 From: II-Paulus-II Date: Wed, 27 Mar 2024 14:16:17 +0000 Subject: [PATCH] styling for expertise page done for landscape orientation in phones --- src/styles/technologies.css | 11 +++++++++++ 1 file changed, 11 insertions(+) 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; + } + } +