Prakash1185 commented on code in PR #3626:
URL: https://github.com/apache/avro/pull/3626#discussion_r2721724356


##########
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-"] {
+    width: 100% !important;
+    max-width: 100% !important;
+    text-align: center !important;
+    margin-bottom: 1.25rem;
+  }
+
+  footer ul.list-inline {
+    display: flex;
+    justify-content: center;
+    flex-wrap: wrap;
+  }
+
+  footer ul.list-inline li {
+    margin: 0.4rem;
+  }
+
+  footer img {

Review Comment:
   removed the unnecessary img centering rule.
   



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