From 0c51549e3d3d1a4122759e5dc1df01e342187fcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Fri, 30 Aug 2019 21:17:03 -0400 Subject: [PATCH] throw it to the right of the column, why not --- web/themes/custom/geofresco/src/global/_components.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/web/themes/custom/geofresco/src/global/_components.scss b/web/themes/custom/geofresco/src/global/_components.scss index a412012..2a6ba95 100644 --- a/web/themes/custom/geofresco/src/global/_components.scss +++ b/web/themes/custom/geofresco/src/global/_components.scss @@ -66,5 +66,6 @@ color: $green-gray; margin-top: 0.2rem; margin-bottom: 0.4rem; + text-align: right; } }