Removed !important flag from profile class alignment

This commit is contained in:
Sam Fearn 2018-06-11 00:49:44 +01:00
parent dc5205adef
commit 8c510a8b8e

View File

@ -1,5 +1,5 @@
.profile {
float: right !important;
float: right;
img {
box-shadow: 0 0 5px $grey-color;
width: 100%;