1502shivam-singh commented on a change in pull request #239:
URL: https://github.com/apache/apisix-website/pull/239#discussion_r587370748



##########
File path: website/src/css/customTheme.css
##########
@@ -87,7 +87,7 @@ header h2 {
 }
 @media only screen and (min-device-width: 375px) and (max-device-width: 736px) 
{
   .home-splash .title {
-    font-size: 3.52rem;
+    font-size: 3.23rem;

Review comment:
       `.home-splash .title {
     font-size: 5rem;
     font-weight: 800;
     color: #101827;
   }`
   
   `
   @media only screen and (min-device-width: 376px) and (max-device-width: 
736px) {
     .home-splash .title {
       font-size: 3.52rem;
     }
   }
   `
   
   `
   @media only screen and (min-device-width: 320px) and (max-width: 375px) {
     .home-splash .title {
       font-size: 3rem;
     }
   }
   `
   
   No, I mean technically 375px is in neither of the media queries, so first 
style is applied, am I right. But, if you feel it looks fine on your system and 
phone, I'm fine then.




----------------------------------------------------------------
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.

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


Reply via email to