Fixing a bug on title disabled new button size

This commit is contained in:
Jesús Espino 2021-04-08 15:22:29 +02:00
parent d09f55bb94
commit fd970e5c67

View file

@ -8,7 +8,7 @@
color: rgba(var(--body-color), 0.3);
cursor: pointer;
width: 280px;
min-height: 200px;
min-height: 160px;
display: flex;
flex-direction: column;
align-items: center;