R
R
Romkel2020-05-06 16:51:38
HTML
Romkel, 2020-05-06 16:51:38

How to indent between sections?

I do not know how to make the distance between the sections, it should be the same everywhere. If I write some margin , then the section goes to the next line, in theory the section should narrow, but this does not happen.
https://codepen.io/roman-zolotov/pen/vYNdXzE

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
drawnofmymind, 2020-05-06
@Romkel

.col-lg-4 {
width: calc(33.33% - 15px);
margin-right: 15px;
}

I
iBird Rose, 2020-05-06
@iiiBird

Well, since I have already begun to take the ideas of the columns from the bootstrap - why don't you continue?
do for .row {margin: 0 -15px;}
and for cols padding: 0 15px;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question