Removed underline from hard fork button
This commit is contained in:
parent
96c3664646
commit
89fcb84d13
|
@ -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
|
@ -55,6 +55,7 @@
|
|||
|
||||
#hard-fork {
|
||||
background: rgba(117, 160, 213, 0.25);
|
||||
text-decoration: none;
|
||||
|
||||
@media (max-width: $screen-sm-min) {
|
||||
img {
|
||||
|
|
Loading…
Reference in New Issue