From bd2f7d90548ac7258bd291cb7400b03fd78f2b3c Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Fri, 14 Feb 2020 10:02:59 +0100 Subject: Pagination --- assets/css/app.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'assets/css') diff --git a/assets/css/app.css b/assets/css/app.css index 6b5c4a6..8b221d0 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -50,12 +50,15 @@ body { } .row { - margin-top: 6px; + margin-top: 4px; display: flex; - align-items: center; + flex-direction: row; /* Milligram only does this in mid-big screens */ } .row--padded { - margin-top: 12px; + margin-top: 10px; +} +.row-center { + justify-content: center } .row-left { flex-direction: row; -- cgit v1.2.3