fix: button styling
This commit is contained in:
parent
542de6a082
commit
e30650a931
1 changed files with 3 additions and 1 deletions
|
@ -699,10 +699,12 @@
|
|||
font-size: 1.5rem;
|
||||
transform: translateX(-50%);
|
||||
padding: 1rem 2rem;
|
||||
margin-bottom: 0.5rem;
|
||||
margin-bottom: 10px;
|
||||
background: #fefefe;
|
||||
border-radius: 1rem;
|
||||
cursor: pointer;
|
||||
border: 1px solid rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 0 6px 3px rgba(0, 0, 0, 0.33);
|
||||
}
|
||||
|
||||
.dev {
|
||||
|
|
Loading…
Reference in a new issue