This commit is contained in:
stephan
2020-02-27 15:41:06 +01:00
parent 2744d107ae
commit 535800558e
4 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@
{% block page_content %}
<style>
main {
background-image: url("{{ url_for('static', filename='images/bible_text.jpg') }}");
background-image: url("{{ url_for('static', filename='images/parallax_lq/04_german_text_book_paper.jpg') }}");
background-repeat: no-repeat;
background-size: cover;
}

View File

@ -5,7 +5,7 @@
{% block page_content %}
<style>
main {
background-image: url("{{ url_for('static', filename='images/bible_text.jpg') }}");
background-image: url("{{ url_for('static', filename='images/parallax_lq/02_concept_document_focus_letter.jpg') }}");
background-repeat: no-repeat;
background-size: cover;
}