From aad0495ff633839fe08b7935ce4d18812bec132e Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Thu, 3 Nov 2016 22:06:52 +0100 Subject: [PATCH] Add grid style to center content horizontally and vertically --- website/assets/css/_base/_grid.sass | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/assets/css/_base/_grid.sass b/website/assets/css/_base/_grid.sass index 8f0e38859..3feda696d 100644 --- a/website/assets/css/_base/_grid.sass +++ b/website/assets/css/_base/_grid.sass @@ -11,6 +11,10 @@ align-items: stretch justify-content: space-between + &.o-grid--center + align-items: center + justify-content: center + //- Grid column