add some code suggestions

This commit is contained in:
dkanada 2021-03-20 02:11:44 +09:00
parent 1e87279522
commit ab72e13f85
2 changed files with 4 additions and 4 deletions

View file

@ -160,7 +160,7 @@ button::-moz-focus-inner {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
border-radius: 2px;
border-radius: 0.2em;
display: flex;
align-items: center;
justify-content: center;
@ -223,6 +223,7 @@ button::-moz-focus-inner {
}
.cardBox:not(.visualCardBox) .cardPadder {
border-radius: 0.2em;
background-color: #242424;
}
@ -264,7 +265,7 @@ button::-moz-focus-inner {
.visualCardBox {
box-shadow: 0 0.0725em 0.29em 0 rgba(0, 0, 0, 0.37);
border-radius: 0.145em;
border-radius: 0.2em;
}
.innerCardFooter {