mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-03 17:06:21 +01:00
web/save: fix terms note padding on mobile
This commit is contained in:
parent
6665baa673
commit
e8d3f89ab6
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
|||
@media screen and (max-width: 535px) {
|
||||
#terms-note {
|
||||
font-size: 11px;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue