web/save: fix terms note padding on mobile

This commit is contained in:
wukko
2024-06-17 19:41:45 +06:00
parent 6665baa673
commit e8d3f89ab6

View File

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