Copilot commented on code in PR #121:
URL: https://github.com/apache/celeborn-website/pull/121#discussion_r2715025186
##########
docs/overrides/home.html:
##########
@@ -103,10 +103,36 @@
display: block;
}
- @media screen and (max-width:30em) {
+ @media screen and (max-width:30em) {
Review Comment:
Inconsistent indentation: This media query has extra leading spaces compared
to other media queries in the file (e.g., line 138). For consistency, remove
the extra leading spaces to match the indentation of other media queries.
```suggestion
@media screen and (max-width:30em) {
```
--
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]