diff --git a/src/App.vue b/src/App.vue index 069a553..050776c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -11,7 +11,7 @@
-
@@ -111,9 +111,6 @@ margin: 2vh; border: none; - // Clickable - cursor: pointer; - .image { height: 40vh; @@ -156,4 +153,10 @@ -ms-user-select: none; /* IE10+/Edge */ user-select: none; /* Standard */ } + + .clickable + { + // Clickable + cursor: pointer; + }