fix font size

This commit is contained in:
Freeplay 2023-05-26 09:13:13 -04:00
parent 870765684a
commit a3f3ccf514
1 changed files with 3 additions and 0 deletions

View File

@ -630,6 +630,9 @@ onUnmounted(() => {
} }
} }
&.max-width_500px {
font-size: 0.9em;
}
&.max-width_450px { &.max-width_450px {
> .reply-to:first-child { > .reply-to:first-child {
padding-top: 14px; padding-top: 14px;