Commit 2f5593d7 authored by dimitrieh's avatar dimitrieh Committed by Annabel Dunstone Gray

fixed nav-links margin with recommended fix

Remove margin on mobile links
parent bd1e0c7e
...@@ -216,16 +216,12 @@ ...@@ -216,16 +216,12 @@
} }
} }
.user-profile {
.user-profile {
.cover-controls a { .cover-controls a {
margin-left: 5px; margin-left: 5px;
} }
.nav-links li {
margin-right: -4px;
}
.profile-header { .profile-header {
margin: 0 auto; margin: 0 auto;
...@@ -235,8 +231,11 @@ ...@@ -235,8 +231,11 @@
} }
} }
@media (max-width: $screen-xs-max) { .user-profile-nav {
font-size: 0;
}
@media (max-width: $screen-xs-max) {
.cover-block { .cover-block {
padding-top: 20px; padding-top: 20px;
} }
...@@ -258,8 +257,10 @@ ...@@ -258,8 +257,10 @@
} }
} }
.nav-links li { .user-profile-nav {
margin-right: -7px; a {
margin-right: 0;
}
} }
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment