This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop-website.git
The following commit(s) were added to refs/heads/master by this push:
new 2ab11cb HOP-2940: change max-width to avoid overlap
new 3dc3d43 Merge pull request #58 from hansva/master
2ab11cb is described below
commit 2ab11cb27b3fd050b11307a4d962c5e3f844c6ac
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Thu Jun 17 20:57:50 2021 +0200
HOP-2940: change max-width to avoid overlap
---
antora-ui-hop/src/css/header.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/antora-ui-hop/src/css/header.css b/antora-ui-hop/src/css/header.css
index 0585851..c4b62b1 100644
--- a/antora-ui-hop/src/css/header.css
+++ b/antora-ui-hop/src/css/header.css
@@ -502,7 +502,7 @@ div.footer-search h4 {
}
/* Styling for mobile use */
-@media (max-width: 1024px) {
+@media (max-width: 1023px) {
.navbar {
height: var(--navbar-mobile-height);
}