diff --git a/snidane/src/App.vue b/snidane/src/App.vue index 0bd6c91..88a354b 100644 --- a/snidane/src/App.vue +++ b/snidane/src/App.vue @@ -1,13 +1,22 @@ @@ -43,7 +83,12 @@ export default { display: inline-block; border: 1px solid gray; width: 15em; - margin-right: 1em; + margin-right: 10px; + + } + .menu:hover{ + cursor: pointer; + border-color:cornflowerblue; } .menu img{ width: 100%; @@ -52,4 +97,8 @@ export default { .menu p { text-align: center; } + .menu-wrap{ + width: 30%; + overflow-x: scroll; + }