commit c435d8819603c1ded6b6cff2ece03237f8f9d17e parent f9253d53dff77a0ed17dd4482fd70ee3c38c3f34 Author: Hugo Soucy <hugo.soucy@savoirfairelinux.com> Date: Thu, 22 Jun 2017 14:55:52 -0400 Ajust note footer Diffstat:
M | static/dev/css/modules/note.css | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/static/dev/css/modules/note.css b/static/dev/css/modules/note.css @@ -16,5 +16,6 @@ } .note__footer { - font-size:var(--size-h6); + font-family:var(--fontfamily-gamma); + font-size:var(--size-two-thirds); }