0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

style(experience): fix the terms padding (#5316)

fix the terms padding
This commit is contained in:
simeng-li 2024-01-29 10:37:17 +08:00 committed by GitHub
parent 2e31b976ca
commit 904081cb48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,7 +64,7 @@
}
.terms {
padding: _.unit(4);
padding: _.unit(4) _.unit(4) _.unit(2) _.unit(4);
border-top: _.border(var(--color-line-divider));
margin-top: _.unit(2);
font: var(--font-body-3);