adjusted default button css

This commit is contained in:
Gani Georgiev
2026-05-02 10:05:43 +03:00
parent 0cf34c475b
commit db88253aac
6 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ body {
height: 100%;
/* normalizes IBM Plex Sans font rendering between Chrome and Firefox */
letter-spacing: 0.1px;
letter-spacing: 0.004em;
}
h1,
+1
View File
@@ -9,6 +9,7 @@ button {
font-size: inherit;
font-weight: inherit;
line-height: inherit;
letter-spacing: inherit;
}
.btn {
--btnGap: 8px;