update components
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
right: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
top: 0;
|
||||
background-color: rgba(0, 0, 0, .85);
|
||||
z-index: 998;
|
||||
display: none;
|
||||
@@ -44,21 +45,18 @@
|
||||
}
|
||||
|
||||
.cardBox {
|
||||
margin: 4px;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
@media all and (max-width: 500px) {
|
||||
|
||||
.cardBox {
|
||||
margin: 1px;
|
||||
margin: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 500px) {
|
||||
|
||||
.cardImage {
|
||||
border-radius: 3px;
|
||||
}
|
||||
.cardImage {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.defaultBackground .cardImage {
|
||||
|
||||
Reference in New Issue
Block a user