You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/11/19 08:02:11 UTC

[GitHub] [airflow-site] kgabryje commented on a change in pull request #183: Content/commiters fix

kgabryje commented on a change in pull request #183: Content/commiters fix
URL: https://github.com/apache/airflow-site/pull/183#discussion_r347774990
 
 

 ##########
 File path: landing-pages/site/assets/scss/_list-boxes.scss
 ##########
 @@ -39,11 +40,12 @@ $card-margin: 20px;
 
 .list-item {
   width: 25%;
-
+  padding: $card-margin;
   @media (min-width: $fullhd) {
     width: 20%;
   }
   @media (max-width: $tablet) {
+    padding: 1.5 * $card-margin;
 
 Review comment:
   Why *1.5? It was 0.5 before

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services