Skip to content

Commit

Permalink
Fix underline on Avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Jul 14, 2021
1 parent f724700 commit 631f983
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions resources/less/profilePage.less
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
.followPage {
&-user {
a h3 {
display: flex;
align-items: center;
a {
text-decoration: none !important;

&:hover .username {
text-decoration: underline;
}

h3 {
display: flex;
align-items: center;
}
}
}

Expand Down

0 comments on commit 631f983

Please sign in to comment.