mik-laj commented on a change in pull request #183: Content/commiters fix URL: https://github.com/apache/airflow-site/pull/183#discussion_r347646506
########## File path: landing-pages/site/assets/scss/_list-boxes.scss ########## @@ -63,9 +63,11 @@ $card-margin: 20px; border-radius: 5px; margin: $card-margin; padding: 30px 10px; + height: calc(100% - #{$card-margin} * 2); Review comment: Can you do it without calc? For example:: `align-items: stretch` ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services