fixing size of buttons

This commit is contained in:
Set Sakrecoer 2019-11-05 13:00:58 +01:00
parent 8300a0fe2e
commit 5dc95a5609

View file

@ -5,13 +5,15 @@
.button {
display: inline-block;
padding: 10px 18px;
// padding: 10px 18px;
margin: 0 10px 10px 0;
width: 50px;
height: 50px;
background: rgba(65, 106, 0, 0.473);
border: none;
border-radius: 300px;
font-size: 16px;
font-size: .65em;
text-shadow: 0 1px white;
transition: all .2s ease;
}