fix style

This commit is contained in:
chiu 2021-08-31 16:16:13 +08:00
parent fbfbfb8a39
commit 0e90722d3c
2 changed files with 2 additions and 1 deletions

View File

@ -545,6 +545,7 @@
@media (min-width: $screen-sm){
visibility: visible;
opacity: 1;
padding:1em 20% 3em;
transition-duration: opacity 0.3s cubic-bezier(0.48, 0.01, 0.5, 0.99),visibility 0.1s linear;
}
}

View File

@ -184,7 +184,7 @@
width: 100vw;
box-shadow: 2px 2px 5px #00000033;
margin: 0.8em 0;
padding:1em 20% 3em;
padding: 0;
transition-duration: 0.5s;
}