Fix item card height
This commit is contained in:
parent
669fec8aa6
commit
225d015b69
1 changed files with 4 additions and 4 deletions
|
@ -149,7 +149,7 @@ html *
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.13);
|
box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.13);
|
||||||
margin-bottom: 0.5cm;
|
margin-bottom: 0.5cm;
|
||||||
min-height: 3cm;
|
height: 3cm;
|
||||||
min-width: 6cm;
|
min-width: 6cm;
|
||||||
width: 32.5%;
|
width: 32.5%;
|
||||||
transition-duration: 0.2s;
|
transition-duration: 0.2s;
|
||||||
|
@ -159,7 +159,7 @@ html *
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
margin-bottom: 0.5cm;
|
margin-bottom: 0.5cm;
|
||||||
min-height: 3cm;
|
height: 3cm;
|
||||||
min-width: 6cm;
|
min-width: 6cm;
|
||||||
width: 32.5%;
|
width: 32.5%;
|
||||||
transition-duration: 0.2s;
|
transition-duration: 0.2s;
|
||||||
|
@ -261,7 +261,7 @@ html *
|
||||||
background-color: #303030;
|
background-color: #303030;
|
||||||
box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.13);
|
box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.13);
|
||||||
margin-bottom: 0.5cm;
|
margin-bottom: 0.5cm;
|
||||||
min-height: 3cm;
|
height: 3cm;
|
||||||
min-width: 6cm;
|
min-width: 6cm;
|
||||||
width: 32.5%;
|
width: 32.5%;
|
||||||
transition-duration: 0.2s;
|
transition-duration: 0.2s;
|
||||||
|
@ -271,7 +271,7 @@ html *
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
margin-bottom: 0.5cm;
|
margin-bottom: 0.5cm;
|
||||||
min-height: 3cm;
|
height: 3cm;
|
||||||
min-width: 6cm;
|
min-width: 6cm;
|
||||||
width: 32.5%;
|
width: 32.5%;
|
||||||
transition-duration: 0.2s;
|
transition-duration: 0.2s;
|
||||||
|
|
Loading…
Reference in a new issue