svn commit: r1928649 - apr/site/branches/new-logo/docs

[email protected] Sat, 20 Sep 2025 18:08:19 -0000
Newsgroups gmane.comp.apache.apr.cvs
Message-ID <175839169986.795767.12926231506523807020@svn02-us-east.apache.org>
Author: brane
Date: Sat Sep 20 18:08:19 2025
New Revision: 1928649

Log:
Make the logo 1/3 smaller on small screens to make more of it visible
in mobile browsers.

Modified:
   apr/site/branches/new-logo/docs/style.css

Modified: apr/site/branches/new-logo/docs/style.css
==============================================================================
--- apr/site/branches/new-logo/docs/style.css	Sat Sep 20 17:56:22 2025	(r1928648)
+++ apr/site/branches/new-logo/docs/style.css	Sat Sep 20 18:08:19 2025	(r1928649)
@@ -180,7 +180,7 @@ h1, h2 {
 label[for="hamburger"] {
   color: var(--apr-bg);
   font-family: "Montserrat", sans-serif;
-  font-size: x-large;
+  font-size: large;
   font-weight: 300;
   padding: 0px 0.25em 0px 0.25em;
   cursor: pointer;
@@ -199,6 +199,10 @@ label[for="hamburger"] {
 }
 
 @media screen and (max-width: 815px) {
+  :root {
+    --apr-logo-height: 4em;
+    --apr-logo-space: 0.67em;
+  }
   #site-nav {
     width: 100%;
     float: none;