fix positioning of toaster icon

This commit is contained in:
Kyle Spearrin 2018-04-14 20:44:42 -04:00
parent 6edeb9ddca
commit 9c44e48cc2
1 changed files with 1 additions and 2 deletions

View File

@ -30,13 +30,12 @@ $fa-font-path: "~font-awesome/fonts";
}
&:before {
position: fixed;
font-family: FontAwesome;
font-size: 25px;
line-height: 20px;
float: left;
color: #ffffff;
padding-right: 0.5em;
padding-right: 10px;
margin: auto 0 auto -36px;
}