You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by rc...@apache.org on 2022/03/23 20:43:45 UTC

[lucenenet] 03/08: website: fixed home page responsive bug at 751px

This is an automated email from the ASF dual-hosted git repository.

rclabo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git

commit d39b92b1d8b9e88e73e024a0805aced931c07f5a
Author: Ron Clabo <ro...@GiftOasis.com>
AuthorDate: Mon Mar 21 17:24:58 2022 -0400

    website: fixed home page responsive bug at 751px
---
 websites/site/lucenetemplate/styles/site.css | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/websites/site/lucenetemplate/styles/site.css b/websites/site/lucenetemplate/styles/site.css
index 40ad7cd..24a7bec 100644
--- a/websites/site/lucenetemplate/styles/site.css
+++ b/websites/site/lucenetemplate/styles/site.css
@@ -126,13 +126,14 @@ pre.clean {
   margin: 0 0 10px;
   margin-bottom: 2rem;
 }
+
 /* hack for issue with padding disappearing in middle 2 sizes on home page */
 @media screen and (max-width: 1200px) {
   #intro .container {
     margin-top: 80px;
   }
 }
-@media screen and (max-width: 750px) {
+@media screen and (max-width: 768px) {
   #intro {
     margin-top: 0px;
   }
@@ -156,7 +157,7 @@ pre.clean {
         padding-top: 65px;
     }
 }
-@media screen and (max-width: 750px) {
+@media screen and (max-width: 768px) {
     div.body-content, div.contribution {
         margin-top: 0px;
     }