From 934833c0427792c4727544676279e2c9d5072afa Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Wed, 13 Jul 2022 12:14:05 -0400 Subject: [PATCH] make box-shadows line up on all screen resolutions --- groups/home/LibAnswers-4-js-css.html | 8 ++++++++ groups/home/LibAnswers-SlideOutChat-4.html | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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 -
+