diff --git a/assets/style.less b/assets/style.less index 099d06d0..5ff9281b 100644 --- a/assets/style.less +++ b/assets/style.less @@ -83,14 +83,6 @@ li { flex: 1 1 auto; } - .img { - width: 100%; - max-height: 250px; - min-height: 160px; - object-fit: cover; - object-position: top; - aspect-ratio: 1.7778; - } .place { max-width: 100%; diff --git a/components/Event.vue b/components/Event.vue index ea8878bc..b7d87ff5 100644 --- a/components/Event.vue +++ b/components/Event.vue @@ -1,7 +1,7 @@