diff options
-rw-r--r-- | web-ui/app/scss/styles.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index b72fe73f..b8fa7494 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -282,6 +282,8 @@ section { font-family: "FontAwesome"; margin-right: 13px; font-weight: normal; + position: relative; + top: 2px; } &:nth-child(1) { &:before { |