Fix overlap in recipe list on small devices (#762)

pull/480/merge
Francesco La Camera 2 years ago committed by GitHub
parent ba2d0a55c2
commit b9397c6b66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -73,8 +73,8 @@ img[alt="XMR Logo"] {
@media (pointer: coarse) {
li > a {
display: block;
height: 1.5rem
display: inline-block;
padding: 0.2em 0;
}
}

Loading…
Cancel
Save