From d6bed42a3e90ae093f1e711c778fc4b36c1b1911 Mon Sep 17 00:00:00 2001 From: kara Diaby Date: Wed, 31 Mar 2021 11:16:07 +0200 Subject: [PATCH] add css helper --- app/assets/stylesheets/helpers.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/helpers.scss b/app/assets/stylesheets/helpers.scss index de1fff1ed..92755dac9 100644 --- a/app/assets/stylesheets/helpers.scss +++ b/app/assets/stylesheets/helpers.scss @@ -28,3 +28,7 @@ display: inline-block; width: 5px; } + +.text-center { + text-align: center; +}