ths style changes

This commit is contained in:
Yannik Schmidt
2021-05-11 11:44:41 +02:00
parent be29444501
commit 802e907905
2 changed files with 5 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ html {
body { body {
font-size: 20px; font-size: 20px;
overflow-x: hidden; overflow-x: hidden;
background: linear-gradient(to right, #88bbcf, #54c4eb, #e1f5fc) !important;
} }
@media (max-width: 767px) { @media (max-width: 767px) {
@@ -51,7 +52,7 @@ body {
} }
.text-color-special{ .text-color-special{
color: #eae9e9; color: black;
} }
.stretched-link::after { .stretched-link::after {

View File

@@ -18,7 +18,8 @@
<!-- Site wellcome header --> <!-- Site wellcome header -->
<header class="masthead {% if conf['NO_CENTER_TITLE'] %} h-50 {% endif %}" <header class="masthead {% if conf['NO_CENTER_TITLE'] %} h-50 {% endif %}"
style="background-color: #312a2a;" style="background-size: unset; background-position: right;
padding: 30px"
{% if conf['WALLPAPER_URL'] %} realsrc='{{ conf["WALLPAPER_URL"] }}' {% endif %}> {% if conf['WALLPAPER_URL'] %} realsrc='{{ conf["WALLPAPER_URL"] }}' {% endif %}>
<div class="{% if conf['NO_CENTER_TITLE'] %} pb-4 pl-2 pr-2 {% else %} container {% endif %} <div class="{% if conf['NO_CENTER_TITLE'] %} pb-4 pl-2 pr-2 {% else %} container {% endif %}
{% if conf['WALLPAPER_URL'] %} h-50 {% endif %}"> {% if conf['WALLPAPER_URL'] %} h-50 {% endif %}">
@@ -115,7 +116,7 @@
{% endif %} {% endif %}
{% for section in sections %} {% for section in sections %}
<div class="{% if loop.index %2 == 1 %} bg-secondary {% else %} bg-dark {% endif %} pt-2 pb-4"> <div class="pt-2 pb-4">
<div class="container text-color-special"> <div class="container text-color-special">
<div class="row" {% if loop.index %2 == 1 %} style="flex-direction: row-reverse;" {% endif %}> <div class="row" {% if loop.index %2 == 1 %} style="flex-direction: row-reverse;" {% endif %}>
<div class="mt-3 col image-min-dimensions"> <div class="mt-3 col image-min-dimensions">