web/save: reduce terms note size on desktop

This commit is contained in:
wukko 2025-01-12 22:37:49 +06:00
parent f0e67fb69f
commit 2272bb5edd
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -47,9 +47,9 @@
#terms-note {
bottom: 0;
color: var(--gray);
font-size: 13px;
font-size: 12px;
text-align: center;
padding-bottom: var(--padding);
padding-bottom: 6px;
font-weight: 500;
}