mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-04 16:14:24 +02:00
web/save: scale terms note on mobile screen
This commit is contained in:
parent
b97fd24bba
commit
9aa2de9bfd
@ -31,4 +31,10 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
padding-bottom: var(--padding);
|
padding-bottom: var(--padding);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 535px) {
|
||||||
|
#terms-note {
|
||||||
|
font-size: 11px;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user