nausharipov commented on code in PR #17408:
URL: https://github.com/apache/beam/pull/17408#discussion_r859664460
##########
website/www/site/assets/scss/_pillars.scss:
##########
@@ -87,17 +96,87 @@
opacity: 1;
}
}
-
- .pillars-youtube-icon {
- margin: 0 80px;
- }
}
.pillars-social-text {
@extend .component-text;
max-width: 285px;
}
}
+
+ text-align: center;
Review Comment:
it's unclear where this property belongs. If it belongs to .pillars, move it
up:
`.pillars {
padding: $pad;
text-align: center;
...
`
--
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]