styling for expertise page done for landscape orientation in phones
This commit is contained in:
parent
5ee0f6baa4
commit
b8439657af
@ -104,3 +104,14 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen
|
||||||
|
and (max-width: 1024px)
|
||||||
|
and (orientation: landscape) {
|
||||||
|
.technologiesContainer {
|
||||||
|
gap: 1rem;
|
||||||
|
}
|
||||||
|
.experienceContainer {
|
||||||
|
overflow-y: scroll;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user