fix: button styling

This commit is contained in:
Tomáš Mládek 2022-12-08 14:53:07 +01:00
parent 542de6a082
commit e30650a931

View file

@ -699,10 +699,12 @@
font-size: 1.5rem; font-size: 1.5rem;
transform: translateX(-50%); transform: translateX(-50%);
padding: 1rem 2rem; padding: 1rem 2rem;
margin-bottom: 0.5rem; margin-bottom: 10px;
background: #fefefe; background: #fefefe;
border-radius: 1rem; border-radius: 1rem;
cursor: pointer; cursor: pointer;
border: 1px solid rgba(0, 0, 0, 0.5);
box-shadow: 0 6px 3px rgba(0, 0, 0, 0.33);
} }
.dev { .dev {