Fix button overlapping on mobile in linklist

This commit is contained in:
ArthurHoaro 2019-02-09 16:56:24 +01:00
parent 905f8675a7
commit 54ee240878
1 changed files with 3 additions and 0 deletions

View File

@ -544,7 +544,10 @@ body,
color: $dark-grey;
font-size: .9em;
a {
display: inline-block;
margin: 3px 0;
padding: 5px 8px;
text-decoration: none;
}