diff options
-rwxr-xr-x | public/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/style.css b/public/css/style.css index 04d6e97..17fb67b 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -421,7 +421,7 @@ article.static-page header { .card--group-preview img { width: 100%; - height: 100%; + height: 60px; object-fit: cover; } |