core: make entire card same border radius
This commit is contained in:
parent
343af77bd1
commit
f1346a628c
@ -132,9 +132,7 @@ a.button {
|
||||
.card {
|
||||
background: #363a4f;
|
||||
text-align: center;
|
||||
border-radius: 6px;
|
||||
border-top-left-radius: 18px;
|
||||
border-top-right-radius: 18px;
|
||||
border-radius: 18px;
|
||||
animation: card 3s linear infinite;
|
||||
width: 800px;
|
||||
height: 800px;
|
||||
|
Loading…
Reference in New Issue
Block a user