mirror of
https://github.com/imputnet/cobalt.git
synced 2025-01-15 19:35:31 +00:00
web/save: reduce terms note size on desktop
This commit is contained in:
parent
f0e67fb69f
commit
2272bb5edd
|
@ -47,9 +47,9 @@
|
|||
#terms-note {
|
||||
bottom: 0;
|
||||
color: var(--gray);
|
||||
font-size: 13px;
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
padding-bottom: var(--padding);
|
||||
padding-bottom: 6px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue