fixed code block

v1.2.0
kun.peng 2019-10-16 13:13:21 +08:00
parent 7940944206
commit 6c54da5b8d
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ textarea {
flex: 8; flex: 8;
} }
.card .card-image img { .card .card-image img {
max-height: 180px; max-height: 150px;
top: 50%; top: 50%;
transform: translateX(-5%) translateY(-50%); transform: translateX(-5%) translateY(-50%);
position: relative; position: relative;

View File

@ -79,7 +79,7 @@ body, button, input, select, textarea
flex: 8 flex: 8
img img
//height: 80% //height: 80%
max-height 180px max-height 150px
top: 50% top: 50%
transform: translateX(-5%) translateY(-50%) transform: translateX(-5%) translateY(-50%)
position: relative position: relative