diff --git a/snidane/src/App.vue b/snidane/src/App.vue index 88a354b..9cf9b0b 100644 --- a/snidane/src/App.vue +++ b/snidane/src/App.vue @@ -1,6 +1,6 @@ @@ -83,7 +100,7 @@ export default { display: inline-block; border: 1px solid gray; width: 15em; - margin-right: 10px; + margin-right: 1px; } .menu:hover{ @@ -98,7 +115,22 @@ export default { text-align: center; } .menu-wrap{ + margin: 0 auto; width: 30%; overflow-x: scroll; } + .seznam-grid{ + width: 30%; + margin: 4rem auto; + display: grid; + grid-template-columns: 2fr 3fr 1fr 1fr; + + } +.seznam-grid div{ + align-self: center; +} + +.seznam-grid img{ + width: 100%; +}