M
M
mirikkingg2022-02-28 18:59:03
css
mirikkingg, 2022-02-28 18:59:03

Arbitrary spacing between elements, how to remove?

Why is there an indent after the next button, and what is this indent?

621cf13b7ed8e957621407.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
mirikkingg, 2022-02-28
@mirikkingg

I did not find a solution, and I did not understand what kind of margin it is that cannot be removed.
Remade through divs and justify content.

D
DanielTonne, 2022-03-01
@DanielTonne

The block has the mt-5 class added.
As I understand it, this is the class of the Bootstrap library.
If you look in the inspector, you will see:

.mt-5 {
  margin-top: 3rem!important;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question