From c1c607231c344185061d0b042374728cfb89b8a4 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Fri, 15 Mar 2019 17:29:30 -0400 Subject: code cleanup --- web/public/stylesheets/style.css | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'web/public/stylesheets/style.css') diff --git a/web/public/stylesheets/style.css b/web/public/stylesheets/style.css index 429a8f2..74660a8 100644 --- a/web/public/stylesheets/style.css +++ b/web/public/stylesheets/style.css @@ -33,8 +33,8 @@ a { margin-bottom: 10px; } #report-container { - overflow: auto; - max-height: 750px; + overflow: auto; + max-height: 750px; } #report { background-color: #0CC5EA; @@ -44,19 +44,19 @@ a { margin-bottom: 5px; padding: 5px; border-radius: 10px; - display: flex; - flex-flow: row wrap; - justify-content: flex-end; - flex-direction: column; + display: flex; + flex-flow: row wrap; + justify-content: flex-end; + flex-direction: column; } #report strong { - font-size: 22px; - font-style: italic; - margin: auto; - padding: 5px; + font-size: 22px; + font-style: italic; + margin: auto; + padding: 5px; } #report span { - background-color: white; + background-color: white; padding: 15px; border-radius: 10px; font-weight: lighter; -- cgit v1.2.3