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 {
|
#terms-note {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
color: var(--gray);
|
color: var(--gray);
|
||||||
font-size: 13px;
|
font-size: 12px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-bottom: var(--padding);
|
padding-bottom: 6px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue