From ba6f9948c16e3da6376ad37a6a64711679f1ba81 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Thu, 29 Sep 2016 18:04:11 +0200 Subject: [PATCH] Event date_text typo fix --- app/static/src/sass/modules/_page.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/static/src/sass/modules/_page.scss b/app/static/src/sass/modules/_page.scss index 1c0927b8..2ef85d9c 100644 --- a/app/static/src/sass/modules/_page.scss +++ b/app/static/src/sass/modules/_page.scss @@ -47,8 +47,8 @@ $module: ".page"; font-weight: weight(heavy); span { - @include font-size(s); - margin-top: 4px; + font-size: 13px; + margin-top: 2px; font-weight: weight(regular); display: block; } -- 2.39.5