Fixed width problem of rendering in storybook
parent
5068a6f728
commit
ce3d3ce0d7
|
@ -40,7 +40,7 @@ html {
|
||||||
margin: 2rem;
|
margin: 2rem;
|
||||||
/* border: 15px solid var(--cardborder); */
|
/* border: 15px solid var(--cardborder); */
|
||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
min-width: 220px;
|
width: 220px;
|
||||||
height: 285px;
|
height: 285px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
/* box-shadow: 0 5px 25px 1px rgb(0 0 0 / 50%); */
|
/* box-shadow: 0 5px 25px 1px rgb(0 0 0 / 50%); */
|
||||||
|
|
Loading…
Reference in New Issue