Minor CSS tuning

This commit is contained in:
Raymond Hill 2023-05-23 12:06:19 -04:00
parent 947d45be2f
commit c622298793
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ select {
height: var(--font-size);
position: relative;
top: calc(var(--font-size) / 7);
max-width: calc(var(--font-size) * 1.4);
max-width: calc(var(--font-size) * 1.5);
}
.logo {