diff --git a/webapp/src/App.css b/webapp/src/App.css index 6c3e0687..1932a3de 100644 --- a/webapp/src/App.css +++ b/webapp/src/App.css @@ -7,3 +7,4 @@ text-align: center; justify-content: space-between; } + diff --git a/webapp/src/components/Footer/Footer.js b/webapp/src/components/Footer/Footer.js index 8aeab19e..10da14d4 100644 --- a/webapp/src/components/Footer/Footer.js +++ b/webapp/src/components/Footer/Footer.js @@ -9,10 +9,23 @@ const Footer = () => { const bgColor = { light: 'gray.200', dark: 'gray.700' }; const textColor = { light: 'black', dark: 'white' }; - return( - - WIQ! - {t('components.footer.copyright')} + return ( + + + WIQ! + + + {t('components.footer.copyright')} + ); } diff --git a/webapp/src/pages/History/History.js b/webapp/src/pages/History/History.js index 42468bae..97fb561a 100644 --- a/webapp/src/pages/History/History.js +++ b/webapp/src/pages/History/History.js @@ -85,7 +85,7 @@ const History = () => { key={index} p={6} borderWidth="1px" - width={{ base: "90%", lg: "60%" }} + width={{ base: "90%", lg: "50%" }} borderRadius="lg" boxShadow="lg" >