From 5807eac898885942d1f2efcb19cb6948bbf826e9 Mon Sep 17 00:00:00 2001 From: richard-dds Date: Mon, 19 Nov 2018 10:26:25 -0500 Subject: [PATCH] Better style on small screens --- styles/components/_audit_log.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/styles/components/_audit_log.scss b/styles/components/_audit_log.scss index 624714a1..408f8f6b 100644 --- a/styles/components/_audit_log.scss +++ b/styles/components/_audit_log.scss @@ -24,12 +24,11 @@ .pagination { width: 80%; display: flex; - flex-direction: row; margin: auto; + flex-direction: row; + flex-wrap: wrap; } .page { - margin: auto; - flex-grow: 1; - max-width: 8%; + margin: .5em; }