guoqqqi commented on a change in pull request #959:
URL: https://github.com/apache/apisix-website/pull/959#discussion_r826519560



##########
File path: website/static/data/showcases.json
##########
@@ -401,4 +401,4 @@
     "infoLink": "https://www.xinpianchang.com";,
     "pinned": true
   }
-]
+]

Review comment:
       ditto

##########
File path: website/src/pages/showcase/styles.scss
##########
@@ -35,7 +35,16 @@
 
   @media (max-width: 1200px) {
     .content {
+      display: grid;
+      grid-template-columns: 1fr 1fr 1fr;
       padding: 50px 50px;
     }
   }
+
+@media (max-width: 820px) {
+  .content {
+    display: grid;
+    grid-template-columns: 1fr 1fr;
+  }
 }
+}

Review comment:
       We usually add a blank line at the end of the file




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to