liuxiran commented on a change in pull request #501:
URL: https://github.com/apache/apisix-website/pull/501#discussion_r695616696
##########
File path: website/src/pages/plugins.js
##########
@@ -76,16 +82,18 @@ const SidebarContainer = styled.div`
padding-right: 10px;
border-style: solid;
border-color: #ffffff #efeff5 #ffffff #ffffff ;
+ @media (max-width: 1200px) {
+ display: none;
+ }
`;
-const PluginCard = styled.div`
+const PluginCard = styled.a`
Review comment:
got you, agree with making the whole card as a link. it would be better
to use
--
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]