Add a bit of left/right padding to icons by default

This commit is contained in:
2021-03-08 11:28:39 +00:00
parent f75e1d5bfc
commit 38da8642fa
2 changed files with 5 additions and 1 deletions

View File

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