Remove the weird empty narrow column that prevents the mountain banner from taking up full width

This commit is contained in:
Keegan Rankin 2024-03-04 15:33:34 -08:00
parent f15b931b8a
commit 99105f8140

View file

@ -0,0 +1,21 @@
uuid: 7b0d066a-6392-417e-a874-24c44efa2ec7
langcode: en
status: true
dependencies:
module:
- block_visibility_groups
id: unblock_mountain_banner
label: 'Unblock mountain banner'
code: |-
div.column:has(#block-octavia-mountainbanner) + div.column {
display: none;
}
media: all
preprocess: true
conditions:
condition_group:
id: condition_group
negate: false
block_visibility_group: ''
contexts: { }
conditions_require_all: true