Skip to content

Commit 7a21c71

Browse files
committed
Trial: hide .home-divider-bars on home page (see how it looks without)
Per user request to test the home page without the dark/light decorative bars between the hero banner and the 'what we do' callouts. Easy to restore — just remove the display: none.
1 parent 6afd966 commit 7a21c71

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

assets/css/style.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -307,12 +307,12 @@ hr { border: 0; border-top: 1px dotted $text-faint; margin: 2rem 0; }
307307

308308
/* Two horizontal decorative bars (sliced from nav_banners.png) */
309309
.home-divider-bars {
310-
display: flex;
311-
/* Sit at the regular site-main width while the banner above retains
312-
its 5% breakout — visually compensates for the right-edge whitespace
313-
the source PNG has baked in beyond the gray block. The bars (and
314-
the callouts + institutional logos below) all live at the same
315-
'inner' width. */
310+
/* Trial: hide entirely on the home page. If the page looks too sparse
311+
without them, remove this `display: none` to bring them back. */
312+
display: none;
313+
314+
/* (Originals kept below in case we restore.) */
315+
flex-flow: row nowrap;
316316
width: 100%;
317317
margin: 1rem auto 1.5rem;
318318
max-width: none;

0 commit comments

Comments
 (0)