Instagram images

This commit is contained in:
2022-11-12 17:52:07 +02:00
parent 3a9d767f14
commit dea804e6ef
5 changed files with 42 additions and 1 deletions

View File

@@ -16,7 +16,8 @@
display: flex;
align-items: center;
flex-direction: column;
max-width: 80%;
max-width: 675px;
width: 80%;
}
.sectionContainer {
@@ -140,6 +141,20 @@
margin-bottom: 0;
}
.instagramImagesContainer {
display: flex;
justify-content: space-around;
max-width: 100%;
margin-top: 2rem;
margin-bottom: 1rem;
}
.instagramImage {
max-width: 30%;
height: 100%;
border-radius: 10%;
}
.collaborationImage {
max-width: 100%;
height: 100%;