Remove line-height from src/css/_base.scss

This commit is contained in:
0x1eef 2024-05-01 11:09:00 -03:00
parent 5cd3d013f2
commit 16f92008d6

View file

@ -1,10 +1,6 @@
$black: #454545; $black: #454545;
$max-width: 1024px; $max-width: 1024px;
* {
line-height: 1;
}
html[lang="en"] { html[lang="en"] {
font-family: "Kanit Regular"; font-family: "Kanit Regular";
} }