Enhance team page styling and structure adjustments.
Removed `pointer-events: none` to enable hover effects on images and updated font weight for better visibility. Added new CSS for tooltips and modified navigation/yaml configuration for better presentation.
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
+28
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -111,7 +111,7 @@
|
||||
<a href="https://satware.com/custom/index/sCustom/1" title="Kontakt">Kontakt</a>
|
||||
<a href="https://satware.com/impressum" title="Impressum">Impressum</a>
|
||||
<a href="https://satware.com/datenschutzerklaerung" title="Datenschutzerklärung">Datenschutz</a>
|
||||
<a href="https://satware.com/barrierefreiheitserklaerung" title="Barrierefreiheitserklärung">Barrierefreiheitserklärung</a>
|
||||
<!--<a href="/barrierefreiheitserklaerung" title="Barrierefreiheitserklärung">Barrierefreiheitserklärung</a>-->
|
||||
<a href="/blog/" title="Blog">Blog</a>
|
||||
<a href="https://satware.com/newsletter" title="Newsletter">Newsletter</a>
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -4,6 +4,10 @@
|
||||
<loc>https://satware.ai/</loc>
|
||||
<lastmod>2025-05-15</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://satware.ai/anwendungen/</loc>
|
||||
<lastmod>2025-05-15</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://satware.ai/faq/</loc>
|
||||
<lastmod>2025-05-15</lastmod>
|
||||
@@ -16,6 +20,10 @@
|
||||
<loc>https://satware.ai/webinare/</loc>
|
||||
<lastmod>2025-05-15</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://satware.ai/workshops/</loc>
|
||||
<lastmod>2025-05-15</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://satware.ai/zugang/</loc>
|
||||
<lastmod>2025-05-15</lastmod>
|
||||
|
||||
Binary file not shown.
File diff suppressed because one or more lines are too long
@@ -28,6 +28,7 @@
|
||||
@import 'modules/testimonials';
|
||||
@import "modules/faq";
|
||||
@import "modules/lightbox";
|
||||
@import "modules/blog";
|
||||
|
||||
//Responsive Design
|
||||
@import "responsive/medium";
|
||||
|
||||
@@ -61,7 +61,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||
cursor: default;
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
pointer-events: none;
|
||||
// Removed pointer-events: none to allow hover effects on images
|
||||
}
|
||||
|
||||
.team-agent-image {
|
||||
@@ -104,7 +104,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||
|
||||
.team-agent-position {
|
||||
//font-size: 0.7rem;
|
||||
font-weight: 400;
|
||||
font-weight: 700;
|
||||
opacity: .9;
|
||||
color: #fff;
|
||||
margin-bottom: 0.1rem;
|
||||
@@ -124,6 +124,10 @@ h1, h2, h3, h4, h5, h6 {
|
||||
}
|
||||
}
|
||||
|
||||
.team-agent-position{
|
||||
font-weight: bold !important;
|
||||
min-height: 4rem;
|
||||
}
|
||||
// Expertise-Bereich
|
||||
.team-expertise {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user