Tweaks to tidy up player panels (#153)

This commit is contained in:
Dave Sayer
2020-10-30 11:11:53 +00:00
committed by GitHub
parent aad3cf2c6b
commit 8b3fd4a232
2 changed files with 7 additions and 3 deletions

View File

@@ -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 = {

View File

@@ -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;