Inject CSS to improve some margins and padding that allowed scrolling left and right on mobile
This commit is contained in:
parent
43ba21129e
commit
541a61eb63
2 changed files with 31 additions and 0 deletions
|
@ -10,6 +10,10 @@ code: |-
|
|||
div.column:has(#block-octavia-mountainbanner) + div.column {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div.column:has(#block-octavia-mountainbanner) {
|
||||
padding: 0.75rem 0;
|
||||
}
|
||||
media: all
|
||||
preprocess: true
|
||||
conditions:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue