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;