diff --git a/static/site.css b/static/site.css index b13cb0f..fd717ae 100644 --- a/static/site.css +++ b/static/site.css @@ -38,6 +38,7 @@ body { padding: 10px; border: 0.5px solid black; border-radius: 20px; + height: max-content; } .ths-text-cg{ @@ -61,6 +62,7 @@ body { .ths-box { margin-right: 0px !important; margin-left: 0px !important; + height: "unset"; } .flex-dir{ flex-direction: unset; @@ -102,10 +104,14 @@ body { @media (max-width: 900px) { .title-responsive{ - font-size: 30px !important; - min-width: 400px; + font-size: 20px !important; + min-width: 200px; margin-left: unset; } + .ths-border-round-img{ + margin: auto !important; + width: 90%; + } } .masthead { @@ -137,8 +143,15 @@ body { background-color: rgba(0,0,0,0); } .hover-to-75:hover *{ - opacity: 0.75; - display: unset; + background-color: rgba(52,58,64,0.75) !important; +} + +.dropdown-item:focus:{ + background-color: #4c5359; +} + +.dropdown-item:hover{ + background-color: #4c5359; } .position-relative{ diff --git a/templates/head.html b/templates/head.html index 0d34c0c..daf3ae4 100644 --- a/templates/head.html +++ b/templates/head.html @@ -15,13 +15,14 @@ - + + diff --git a/templates/index.html b/templates/index.html index 15ca467..988a84d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -63,23 +63,24 @@
- Willkommen auf den Seiten der Thermoscan Thermographie GmbH.
+ Willkommen auf den Seiten der Thermoscan Thermographie GmbH.
+
Seit über 20 Jahren sind wir unseren Kunden ein zuverlässiger Partner in den Bereichen:
{% for section in sections %} -
+
-
-

{{ section['title'] }}

-

- {{ section["text"] }} +

{{ section['title'] }}

+

+ {{ section["text"] }}

{% if section["moreInfoButtonText"] %} Home + {% for ndl in conf["NAVBAR_DROPDOWN_LINKS"] %} + + {% endfor %} + {% for nl in conf["NAVBAR_LINKS"] %}