diff --git a/assets/images/icon-exclamation-circle-red-16x16@2x.png b/assets/images/icon-exclamation-circle-red-16x16@2x.png index 2e8e2ed64b..65bdfdd886 100644 Binary files a/assets/images/icon-exclamation-circle-red-16x16@2x.png and b/assets/images/icon-exclamation-circle-red-16x16@2x.png differ diff --git a/frontend/pages/Homepage/cards/WelcomeHost/_styles.scss b/frontend/pages/Homepage/cards/WelcomeHost/_styles.scss index b9d1e6df04..e983946b89 100644 --- a/frontend/pages/Homepage/cards/WelcomeHost/_styles.scss +++ b/frontend/pages/Homepage/cards/WelcomeHost/_styles.scss @@ -64,6 +64,7 @@ display: flex; justify-content: space-between; align-items: center; + margin: 10px 0; .info { font-size: $small; @@ -72,7 +73,7 @@ line-height: 1; img { - margin-right: $pad-large; + margin-right: $pad-small; transform: scale(0.5); position: relative; top: -1px;