Instagram images
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user