fixed code block
parent
7940944206
commit
6c54da5b8d
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue