diff --git a/src/pages/index.scss b/src/pages/index.scss index 8a7946f..f424659 100644 --- a/src/pages/index.scss +++ b/src/pages/index.scss @@ -70,9 +70,10 @@ div#cover { justify-content: center; align-items: center; a.sponsor { - display: inline-block; + display: flex; width: 128px; height: 80px; + padding: 10px; background-color: #FFFFFFF0; &:not(:first-of-type) { margin-left: 30px; @@ -80,6 +81,9 @@ div#cover { &.link-disabled { opacity: .05; } + img { + object-fit: contain; + } } } } diff --git a/src/pages/index.tsx b/src/pages/index.tsx index b6bbd69..7bf3026 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -168,8 +168,8 @@ function HomepageHeader(): JSX.Element {