diff --git a/pipeline/source_assets/scss/screen.scss b/pipeline/source_assets/scss/screen.scss
index f31357cd..71130573 100644
--- a/pipeline/source_assets/scss/screen.scss
+++ b/pipeline/source_assets/scss/screen.scss
@@ -177,6 +177,11 @@ svg {
white-space: no-wrap;
}
+span.fas {
+ padding-left: 0.1em !important;
+ padding-right: 0.1em !important;
+}
+
html.embedded {
display: flex;
flex-direction: column;
diff --git a/templates/base.html b/templates/base.html
index 37a27cd2..33b5589d 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -15,7 +15,6 @@
-
{% block css %}