[fix] only last background can have a color
This commit is contained in:
parent
7416d1fc56
commit
56350e9c66
@ -32,7 +32,7 @@
|
|||||||
{% set image = Image(section.image) %}
|
{% set image = Image(section.image) %}
|
||||||
{{ image.copy() }}
|
{{ image.copy() }}
|
||||||
|
|
||||||
<section class="full-picture" style="background: url('{{ image }}') no-repeat fixed center top / cover, url('{{ image }}') no-repeat fixed center top / cover; background-color: rgba(0, 0, 0, 0) ">
|
<section class="full-picture" style="background: url('{{ image }}') no-repeat fixed center top / cover, url('{{ image }}') no-repeat fixed center top / cover transparent;">
|
||||||
|
|
||||||
{% if section.text %}
|
{% if section.text %}
|
||||||
<div class="picture-text">
|
<div class="picture-text">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user