Prakash1185 commented on code in PR #3626:
URL: https://github.com/apache/avro/pull/3626#discussion_r2721719717
##########
doc/assets/scss/_styles_project.scss:
##########
@@ -33,3 +33,36 @@
.navbar-brand {
font-family: "PT Mono", monospace;
}
+
+@media (max-width: 996px) {
+
+ footer .row {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ text-align: center;
+ }
+
+ footer [class^="col-"] {
Review Comment:
Thanks for pointing this out. Updated the selector to avoid relying on class
name prefixes.
--
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]