web/save: scale terms note on mobile screen

This commit is contained in:
wukko 2024-06-17 18:52:18 +06:00
parent b97fd24bba
commit 9aa2de9bfd
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -31,4 +31,10 @@
text-align: center;
padding-bottom: var(--padding);
}
@media screen and (max-width: 535px) {
#terms-note {
font-size: 11px;
}
}
</style>