fixing size of buttons
This commit is contained in:
parent
8300a0fe2e
commit
5dc95a5609
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue