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;
font-size: var(--font-size-14);
color: light-dark(@dark, @beige);
line-height: 1;
}
}

View file

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

View file

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