Update team images, logo, and stylesheets

Updated team member images, refined the SVG logo, and adjusted styles in the CSS for improved layout, typography, and hover effects. These changes enhance the visual design and user experience across the site.
This commit is contained in:
tfw
2025-04-25 08:52:28 +02:00
parent 33a01ad838
commit 1bc8a2b6cb
39 changed files with 157 additions and 215 deletions
+2 -2
View File
@@ -60,10 +60,10 @@ h1, h2, h3, h4, h5, h6 {
overflow: hidden;
img {
width: 100%;
width: 80%;
height: 100%;
object-fit: cover;
object-position: center 20%; // Besserer Bildausschnitt für Gesichter
object-position: top;// Besserer Bildausschnitt für Gesichter
transition: transform 0.5s ease;
&:hover {