mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/save: fix terms note padding on mobile
This commit is contained in:
parent
838cc508de
commit
8ec4a528ef
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue