|
|
|
@ -279,3 +279,16 @@ nav#block-olivesbooks-landingpagemenu { |
|
|
|
/* padding: 12px 10px 6px 10px; */ |
|
|
|
/* padding: 12px 10px 6px 10px; */ |
|
|
|
/* } */ |
|
|
|
/* } */ |
|
|
|
/* } */ |
|
|
|
/* } */ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.lp_layout_container { |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
gap: 20px; /* optional spacing between them */ |
|
|
|
|
|
|
|
.slider { |
|
|
|
|
|
|
|
background: yellow; |
|
|
|
|
|
|
|
flex: 0 0 300px; /* fixed at 300px, won't grow or shrink */ |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
article { |
|
|
|
|
|
|
|
flex: 1; /* fluid, takes remaining space */ |
|
|
|
|
|
|
|
min-width: 0; /* prevents overflow issues with text content */ |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|