W
W
webhero2018-05-01 09:42:22
Layout
webhero, 2018-05-01 09:42:22

How to remove spacing between elements?

I can't figure out how to reset this spacing for fonts. How to specify margin and padding when there is some kind of incomprehensible free space here? I really need a clear answer.
5ae80c4ad1ee6737313035.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Sevirinov, 2018-05-01
@sevirinov

As already written in the comments, setting the property can help.
You can try values ​​less than one, for example 0.5, etc.
On gridlover.net - move the sliders and check the GRID button to see the grid. There you can also take ready-made CSS for your site with the necessary typography rules.

L
Ler Den, 2018-05-01
@givemoneybiatch

https://codepen.io/anon/pen/LmWqwX
line-height: 1 doesn't work either. You need to experiment. Exposed 0.75

h1
    color: $main-color
    font-family: 'Titillium Web', sans-serif
    font-size: 94px
    font-weight: bold
    line-height: 0.75

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question