From 6d1929cde8e28e8e5cc0d79d8ec24a4be0dc4624 Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Sun, 27 Jul 2025 01:03:23 -0400 Subject: [PATCH] fix alignment of blue nav relative to background image --- groups/home/bootstrap3/Vue3-v.6-css.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/groups/home/bootstrap3/Vue3-v.6-css.html b/groups/home/bootstrap3/Vue3-v.6-css.html index c087e89..0baaff7 100644 --- a/groups/home/bootstrap3/Vue3-v.6-css.html +++ b/groups/home/bootstrap3/Vue3-v.6-css.html @@ -226,6 +226,9 @@ } /* style for nav by the jumbotron */ + .kbcc-background-image > .col-sm-4 { + margin-top: 10px; + } .nav-divs-by-jumbotron { text-align: center; padding: 6px;