star7th 6 éve
szülő
commit
022ad8b2df
1 módosított fájl, 3 hozzáadás és 3 törlés
  1. 3 3
      web_src/src/components/item/Index.vue

+ 3 - 3
web_src/src/components/item/Index.vue

@@ -80,7 +80,7 @@
 
   .container-narrow{
     margin: 0 auto;
-    max-width: 700px;
+    max-width: 1000px;
   }
 
   .masthead{
@@ -98,7 +98,7 @@
 
   .container-thumbnails{
     margin-top: 30px;
-    max-width: 700px;
+    max-width: 1000px;
   }
 
   .my-item{
@@ -377,4 +377,4 @@ export default {
     document.body.removeAttribute("class","grey-bg");
   }
 }
-</script>
+</script>