fix(css): fix some css bugs

This commit is contained in:
Dillon
2020-01-31 18:46:28 +08:00
parent 7e6236361f
commit 344f0a9f41
36 changed files with 705 additions and 429 deletions

View File

@@ -24,7 +24,7 @@
width: 100%;
padding: 30% 0 0;
position: relative;
margin-bottom: 1rem;
margin: 0.6rem auto;
img {
position: absolute;
@@ -32,7 +32,7 @@
height: 100%;
left: 0;
top: 0;
object-fit: scale-down;
object-fit: cover;
}
}