Fix bugs
This commit is contained in:
parent
97e94ec154
commit
674f07f5f1
9 changed files with 51 additions and 26 deletions
|
|
@ -58,6 +58,10 @@
|
|||
z-index: 10000;
|
||||
|
||||
@include card();
|
||||
|
||||
@media (max-width: $mobile-width) {
|
||||
opacity: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
&:first-child {
|
||||
|
|
@ -65,7 +69,7 @@
|
|||
}
|
||||
|
||||
&.placeholder {
|
||||
opacity: 0;
|
||||
opacity: 0 !important;
|
||||
width: 1000px;
|
||||
max-width: 1000px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue