Remove redundant position property

I guess it was there to make a contrast with the CSS used for the
version for medium and large screens. However, it isn't necessary and
the absence of this property already makes a contrast with the presence
of the property for medium and large screens.
This commit is contained in:
Javi Martín
2021-06-28 22:13:31 +02:00
parent 6dcdf5c843
commit b0e82d636e

View File

@@ -3,7 +3,6 @@
cursor: pointer; cursor: pointer;
float: left; float: left;
margin: $line-height 0; margin: $line-height 0;
position: inherit;
@include breakpoint(medium) { @include breakpoint(medium) {
float: right; float: right;