working okay

This commit is contained in:
Gerard Burns 2024-04-05 08:48:34 +01:00
parent 10fb73b19e
commit 573be29452
1 changed files with 3 additions and 3 deletions

View File

@ -286,7 +286,7 @@
color: var(--grey-5); color: var(--grey-5);
font-size: 20px; font-size: 20px;
display: inline block; display: inline block;
margin-right: 4px; margin-right: 5px;
} }
.semiColon { .semiColon {
@ -311,8 +311,6 @@
} }
.topLine .space { .topLine .space {
margin-right: 7px;
flex-shrink: 0;
} }
.topLine .text { .topLine .text {
@ -336,6 +334,8 @@
background-color: var(--background-alt); background-color: var(--background-alt);
color: var(--ink); color: var(--ink);
align-items: center; align-items: center;
display: flex;
margin-bottom: 10px; margin-bottom: 10px;
} }