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 { .profile {
float: right !important; float: right;
img { img {
box-shadow: 0 0 5px $grey-color; box-shadow: 0 0 5px $grey-color;
width: 100%; width: 100%;