1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Normalizing titles size and weight

Signed-off-by: alexfront <alex.andreev.email@gmail.com>
This commit is contained in:
alexfront 2020-08-10 16:13:25 +03:00
parent 8bca7f4d88
commit 1a7c93308c

View File

@ -82,7 +82,7 @@ hr {
h1 {
color: white;
font-size: 28px;
font-weight: 300;
font-weight: normal;
letter-spacing: -.010em;
margin: 0;
}
@ -105,7 +105,7 @@ h4 {
h5 {
@extend h4;
padding: $padding / 2 0;
font-size: 14px;
font-size: 16px;
}
h6 {