mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-03 08:56:20 +01:00
web/save: scale terms note on mobile screen
This commit is contained in:
parent
626c6fa301
commit
8c5377bc2d
1 changed files with 6 additions and 0 deletions
|
@ -31,4 +31,10 @@
|
|||
text-align: center;
|
||||
padding-bottom: var(--padding);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 535px) {
|
||||
#terms-note {
|
||||
font-size: 11px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue