From a0ce4e07fe50dc2349caaf03447be678f72ab98a Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Mon, 23 Oct 2017 16:06:38 +0200 Subject: [PATCH] Changed the title position of our result list. --- client/app/components/styles/searchRequestStyle.jsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/client/app/components/styles/searchRequestStyle.jsx b/client/app/components/styles/searchRequestStyle.jsx index 1d2f7fc..06b1d31 100644 --- a/client/app/components/styles/searchRequestStyle.jsx +++ b/client/app/components/styles/searchRequestStyle.jsx @@ -25,10 +25,8 @@ export default { }, requestWrapper: { - width: '90%', maxWidth: '1200px', - margin: 'auto', - // paddingTop: '20px', + paddingTop: '10px', backgroundColor: 'white', position: 'relative', zIndex: '10', @@ -39,7 +37,7 @@ export default { display: 'flex', alignItems: 'center', justifyContent: 'center', - textAlign: 'center' + textAlign: 'center', }, pageTitleLargeSpan: { @@ -126,13 +124,13 @@ export default { resultLargeHeader: { paddingLeft: '30px', color: 'black', - fontSize: '2em', + fontSize: '1.6em', }, resultSmallHeader: { - paddingLeft: '30px', + paddingLeft: '12px', color: 'black', - fontSize: '1.7em', + fontSize: '1.4em', }, row: {