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

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>