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

wave pushed a commit to branch preview/refresh
in repository https://gitbox.apache.org/repos/asf/openoffice-project.git


The following commit(s) were added to refs/heads/preview/refresh by this push:
     new 90df15d  sm breakpoint on navbar
90df15d is described below

commit 90df15df69396b6d9d2b08454e7ea5dbc5cd5452
Author: Dave Fisher <[email protected]>
AuthorDate: Tue Jun 29 16:48:01 2021 -0700

    sm breakpoint on navbar
---
 theme/openoffice/templates/base.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/theme/openoffice/templates/base.html 
b/theme/openoffice/templates/base.html
index 0a12f77..edc0e6a 100644
--- a/theme/openoffice/templates/base.html
+++ b/theme/openoffice/templates/base.html
@@ -46,7 +46,7 @@
 
    <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
   </div>
-  <nav class="navbar navbar-expand-lg navbar-dark bg-primary">
+  <nav class="navbar navbar-expand-sm navbar-dark bg-primary">
     {% block topnav %}{% include "topnav.html" %}{% endblock %}
   </nav>
   <div id="contenta">

Reply via email to