Skip to content

Commit 526e13f

Browse files
Merge pull request #54 from ThetaTauMiami/elizabeth-branch
Fix underline rendering under social media icons
2 parents e77f107 + 6c151c7 commit 526e13f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

public/assets/css/style.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,3 +388,13 @@ tr:nth-child(even) {
388388
color: white;
389389
text-decoration: none;
390390
}
391+
392+
.social-h1 a {
393+
text-decoration: none !important;
394+
}
395+
396+
.social-h1 a i {
397+
display: inline-block;
398+
line-height: 1;
399+
vertical-align: middle;
400+
}

0 commit comments

Comments
 (0)