Fix button overlapping on mobile in linklist
This commit is contained in:
parent
905f8675a7
commit
54ee240878
1 changed files with 3 additions and 0 deletions
|
@ -544,7 +544,10 @@ body,
|
|||
color: $dark-grey;
|
||||
font-size: .9em;
|
||||
|
||||
|
||||
a {
|
||||
display: inline-block;
|
||||
margin: 3px 0;
|
||||
padding: 5px 8px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue