Fix insta images in mobile
This commit is contained in:
@@ -154,12 +154,26 @@
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
.instagramImagesContainer {
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 3rem;
|
||||
}
|
||||
}
|
||||
|
||||
.instagramImage {
|
||||
max-width: 30%;
|
||||
height: 100%;
|
||||
border-radius: 10%;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
.instagramImage {
|
||||
max-width: 80%;
|
||||
}
|
||||
}
|
||||
|
||||
.collaborationImage {
|
||||
max-width: 100%;
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user