web/save: fix terms note padding on mobile

This commit is contained in:
wukko 2024-06-17 19:41:45 +06:00
parent 838cc508de
commit 8ec4a528ef
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -35,6 +35,7 @@
@media screen and (max-width: 535px) {
#terms-note {
font-size: 11px;
padding-bottom: 0;
}
}
</style>