just set margin bottom equals to minus half divided font-size.
By using this, we will preserve line-height as normal but get rid of unnecessary margin bottom that caused by it.
ex:
```
font-size: 3.2rem;
margin-bottom: calc(3.2rem / 2 / 2 * -1);
```
I am thinking if I can just give up through all this condition, not only the env condition but also my condition. the life is getting pretty hard so far, hopefully there will be a better day to come
I have tried but I discovered that next is not installed in my system so I tried to install it but it keeps breaking
I don't know if anybody has built it's particular clone of hacker news maybe the person can help me out