Browse Source

Update Index.vue

star7th 6 years ago
parent
commit
022ad8b2df
1 changed files with 3 additions and 3 deletions
  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{
   .container-narrow{
     margin: 0 auto;
     margin: 0 auto;
-    max-width: 700px;
+    max-width: 1000px;
   }
   }
 
 
   .masthead{
   .masthead{
@@ -98,7 +98,7 @@
 
 
   .container-thumbnails{
   .container-thumbnails{
     margin-top: 30px;
     margin-top: 30px;
-    max-width: 700px;
+    max-width: 1000px;
   }
   }
 
 
   .my-item{
   .my-item{
@@ -377,4 +377,4 @@ export default {
     document.body.removeAttribute("class","grey-bg");
     document.body.removeAttribute("class","grey-bg");
   }
   }
 }
 }
-</script>
+</script>