FIX mobile display of link list

This commit is contained in:
Hoernschen 2022-06-27 18:23:35 +02:00
parent 71c3d7c8de
commit 0c7cec2002
Signed by: hoernschen
GPG key ID: 37591FAF4E6D3462

View file

@ -357,6 +357,7 @@ button {
.cardList a { .cardList a {
color: inherit; color: inherit;
flex-grow: 1;
} }
.smallCard { .smallCard {
@ -375,7 +376,7 @@ button {
flex-direction: column; flex-direction: column;
border-radius: 5px; border-radius: 5px;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
width: 360px; max-width: 350px;
height: 200px; height: 200px;
margin: 10px; margin: 10px;
justify-content: center; justify-content: center;