You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/03/15 05:08:41 UTC

[GitHub] [apisix-website] hanzhenfang commented on a change in pull request #959: chore:Make some icons clearer and add some media queries

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



##########
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
   
   ok I will improve them 




-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org