diff --git a/app/frontend/images/icons.svg b/app/frontend/images/icons.svg
index 819737ece..ca108dd6a 100644
--- a/app/frontend/images/icons.svg
+++ b/app/frontend/images/icons.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/app/frontend/src/stylesheets/app.buttons.scss b/app/frontend/src/stylesheets/app.buttons.scss
index 6f7d114cf..03cedd496 100644
--- a/app/frontend/src/stylesheets/app.buttons.scss
+++ b/app/frontend/src/stylesheets/app.buttons.scss
@@ -33,6 +33,9 @@
}
.btn-twitter {
+ display: inline-flex;
+ align-items: center;
+ gap: 1rem;
border: 1px solid #ccd6dd;
background-color: #55acee;
color: white;
diff --git a/app/frontend/src/stylesheets/app.components.scss b/app/frontend/src/stylesheets/app.components.scss
index 1bd58473e..ef044f6d5 100644
--- a/app/frontend/src/stylesheets/app.components.scss
+++ b/app/frontend/src/stylesheets/app.components.scss
@@ -28,6 +28,9 @@
}
a {
+ display: inline-flex;
+ align-items: center;
+ gap: 1rem;
color: $black-light;
&:hover {
diff --git a/app/frontend/templates/admin/settings/home_page.html b/app/frontend/templates/admin/settings/home_page.html
index 2cfbc93fb..b0d596483 100644
--- a/app/frontend/templates/admin/settings/home_page.html
+++ b/app/frontend/templates/admin/settings/home_page.html
@@ -30,8 +30,7 @@