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