FIX mobile display of link list
This commit is contained in:
parent
71c3d7c8de
commit
0c7cec2002
1 changed files with 2 additions and 1 deletions
|
@ -357,6 +357,7 @@ button {
|
|||
|
||||
.cardList a {
|
||||
color: inherit;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.smallCard {
|
||||
|
@ -375,7 +376,7 @@ button {
|
|||
flex-direction: column;
|
||||
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);
|
||||
width: 360px;
|
||||
max-width: 350px;
|
||||
height: 200px;
|
||||
margin: 10px;
|
||||
justify-content: center;
|
||||
|
|
Loading…
Reference in a new issue