Fix tag_line line height for larger devices

This commit is contained in:
2025-08-24 21:49:18 -04:00
parent 310f14c4bd
commit 4e08ebad63

View File

@@ -499,7 +499,7 @@ fieldset > input {
justify-content: space-between; justify-content: space-between;
} }
#tag_line { #tag_line {
line-height: 1.1; line-height: 1;
} }
#title #tag1 { #title #tag1 {
font-size: 7.5rem; font-size: 7.5rem;