Removed underline from hard fork button

This commit is contained in:
Braydon Batungbacal 2018-01-03 12:11:58 -08:00
parent 96c3664646
commit 89fcb84d13
3 changed files with 4 additions and 2 deletions

View File

@ -8416,7 +8416,8 @@ html, body {
color: #272D63; }
#hard-fork {
background: rgba(117, 160, 213, 0.25); }
background: rgba(117, 160, 213, 0.25);
text-decoration: none; }
@media (max-width: 768px) {
#hard-fork img {
margin-bottom: 40px; } }

File diff suppressed because one or more lines are too long

View File

@ -55,6 +55,7 @@
#hard-fork {
background: rgba(117, 160, 213, 0.25);
text-decoration: none;
@media (max-width: $screen-sm-min) {
img {