From 6c54da5b8d0d6cc8438a9ec2adce8b120f0f63ec Mon Sep 17 00:00:00 2001 From: "kun.peng" Date: Wed, 16 Oct 2019 13:13:21 +0800 Subject: [PATCH] fixed code block --- source/css/style.css | 2 +- source/css/style.styl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/css/style.css b/source/css/style.css index 24abe4f..119a93e 100644 --- a/source/css/style.css +++ b/source/css/style.css @@ -85,7 +85,7 @@ textarea { flex: 8; } .card .card-image img { - max-height: 180px; + max-height: 150px; top: 50%; transform: translateX(-5%) translateY(-50%); position: relative; diff --git a/source/css/style.styl b/source/css/style.styl index 0683885..1fb999a 100644 --- a/source/css/style.styl +++ b/source/css/style.styl @@ -79,7 +79,7 @@ body, button, input, select, textarea flex: 8 img //height: 80% - max-height 180px + max-height 150px top: 50% transform: translateX(-5%) translateY(-50%) position: relative