Added small line-height to the experience name

This commit is contained in:
WBHarry 2025-12-24 00:37:36 +01:00
parent 832504c3cc
commit 4fa14fbdeb
3 changed files with 3 additions and 0 deletions

View file

@ -348,6 +348,7 @@
text-align: start; text-align: start;
font-size: var(--font-size-14); font-size: var(--font-size-14);
color: light-dark(@dark, @beige); color: light-dark(@dark, @beige);
line-height: 1;
} }
} }

View file

@ -602,6 +602,7 @@
.experience-name { .experience-name {
display: flex; display: flex;
align-items: center; align-items: center;
line-height: 1;
} }
.controls { .controls {

View file

@ -58,6 +58,7 @@
width: 180px; width: 180px;
display: flex; display: flex;
align-items: center; align-items: center;
line-height: 1;
text-align: start; text-align: start;
font-size: var(--font-size-14); font-size: var(--font-size-14);
color: light-dark(@dark, @beige); color: light-dark(@dark, @beige);