From aed297563d41fa016f4b5b6dd443e32f04c5a9ec Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 27 Jul 2019 15:48:20 -0500 Subject: [PATCH] tweak css --- src/FilterLists.Web/src/App.css | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/FilterLists.Web/src/App.css b/src/FilterLists.Web/src/App.css index 92db0e3e2..84e70e188 100644 --- a/src/FilterLists.Web/src/App.css +++ b/src/FilterLists.Web/src/App.css @@ -1,3 +1,12 @@ -body, h2, h3, h4, h5, blockquote { font-size: 16px; } -.container{ max-width:98vw!important;padding-left:7px!important } -.w-100{ padding-left:7px!important } +body, +h2, +h3, +h4, +h5, +blockquote { + font-size: 16px; +} + +.container { + max-width: 90vw; +}