Merge pull request #1274 from ArthurHoaro/hotfix/css-buttons-mobile

Fix button overlapping on mobile in linklist
This commit is contained in:
ArthurHoaro 2019-02-24 11:17:05 +01:00 committed by GitHub
commit 0ee11e9390
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}