summaryrefslogtreecommitdiff
path: root/public/css/style.css
diff options
context:
space:
mode:
authorRaphael Kabo <raphaelkabo@hey.com>2023-10-09 22:43:11 +0100
committerRaphael Kabo <raphaelkabo@hey.com>2023-10-09 22:43:11 +0100
commit79e69b8f88c291368bd7f2f843a15f41ba212e4d (patch)
treeaca88bec38d4b83108f41320f6eff18c4a344587 /public/css/style.css
parentf716861b6430d4561b2cf70cd9f0d99accf49392 (diff)
Tiny CSS bugfix
Diffstat (limited to 'public/css/style.css')
-rwxr-xr-xpublic/css/style.css2
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;
}