diff --git a/src/components/EditEvent.vue b/src/components/EditEvent.vue
index e2221b7..3b89747 100644
--- a/src/components/EditEvent.vue
+++ b/src/components/EditEvent.vue
@@ -7,7 +7,7 @@
-
+
-
+
+
diff --git a/src/components/form/FormElementLocation.vue b/src/components/form/FormElementLocation.vue
index 495ddb7..1ce69ad 100644
--- a/src/components/form/FormElementLocation.vue
+++ b/src/components/form/FormElementLocation.vue
@@ -1,6 +1,6 @@
@@ -98,13 +99,17 @@ export default {
&--image {
width: 100%;
+ margin-left: 0.1rem;
- & img {
- padding: 0.2rem;
- width: calc(25% - 0.4rem);
- height: auto;
+ & .img {
+ display: inline-block;
+ margin: 0.1rem;
+ width: calc(25% - 0.3rem);
+ height: 100px;
+ background-size: cover;
+ background-origin: content-box;
+ background-repeat: no-repeat;
}
- vertical-align: middle;
// max-width: 250px;
}
}