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

This commit is contained in:
Francesco La Camera 2022-05-06 19:55:03 +02:00 committed by GitHub
parent ba2d0a55c2
commit b9397c6b66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}
}