Answer the question
In order to leave comments, you need to log in
How to remove side padding from a container?
There is the following gallery: sandbox
All elements of the gallery have the following styles:
.gallery__unit {
min-width: 283px;
display: flex;
position: relative;
justify-content: center;
padding: 5px;
flex: 1 0 calc(25% - 30px);
height: 325px;
overflow: hidden;
}
.large {
position: relative;
flex: 0 0 50%;
}
.gallery {
display: flex;
flex-wrap: wrap;
max-width: 100%;
justify-content: space-between;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question