diff --git a/groups/home/LibAnswers-4-js-css.html b/groups/home/LibAnswers-4-js-css.html index 33e9134..27f12e2 100644 --- a/groups/home/LibAnswers-4-js-css.html +++ b/groups/home/LibAnswers-4-js-css.html @@ -273,6 +273,14 @@ a.no-underline { text-decoration: none; } @media only screen and (min-width: 768px) { .zero-margin { margin: -2px; } + + /* add flex so that blue box-shadows line up */ + #flex-search-form { + display: flex; + flex-direction: row; + justify-content: center; + } + #blue-border1 { box-shadow: 0px 5px 0 var(--kbccblue), 0px -5px 0 var(--kbccblue), -5px -5px 0 var(--kbccblue), -5px 5px 0 var(--kbccblue); } diff --git a/groups/home/LibAnswers-SlideOutChat-4.html b/groups/home/LibAnswers-SlideOutChat-4.html index bb9b3ee..422ffaf 100644 --- a/groups/home/LibAnswers-SlideOutChat-4.html +++ b/groups/home/LibAnswers-SlideOutChat-4.html @@ -253,7 +253,7 @@ OneSearch -
+