navjotmaan commented on code in PR #1349:
URL: https://github.com/apache/airflow-site/pull/1349#discussion_r2649028982


##########
landing-pages/site/assets/scss/_typography.scss:
##########
@@ -107,3 +107,12 @@ $bodytext-styles: (
 .text-break-all {
     word-break: break-all
 }
+
+/* Fix for Announcements Page line-height */
+.td-main.container {

Review Comment:
   You're right, the previous selector was too global. I've updated the 
selector to target `body.td-section .home-page-layout.base-layout`, which 
isolates these changes to the Announcements and leaves the Home and Blog pages 
untouched. I've also removed` !important` as the nested selector provides 
sufficient specificity.



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

Reply via email to