From 8b3fd4a2321996bbc8b18aba242317f6cd0f9b67 Mon Sep 17 00:00:00 2001 From: Dave Sayer Date: Fri, 30 Oct 2020 11:11:53 +0000 Subject: [PATCH] Tweaks to tidy up player panels (#153) --- src/pages/index.js | 6 +++--- src/pages/styles.module.scss | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/pages/index.js b/src/pages/index.js index 6805c516..876673f2 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -81,7 +81,7 @@ const aspectBox = { position: 'relative', height: '205px', width: '203px', - overflow: 'hidden', + // overflow: 'hidden', textAlign: 'center', }; const imgStyle = { @@ -90,8 +90,8 @@ const imgStyle = { }; const lamerImgStyle = { ...imgStyle, - width: '185px', - height: '182px', + // width: '185px', + // height: '182px', }; const sectionHeading = { diff --git a/src/pages/styles.module.scss b/src/pages/styles.module.scss index d5cf3da2..119efc55 100644 --- a/src/pages/styles.module.scss +++ b/src/pages/styles.module.scss @@ -262,6 +262,10 @@ padding-left: 0; list-style: none; list-style-position: inside; + + &:last-child { + margin-bottom: 0; + } li { padding-left: 0; display: inline-flex;