Update search_index.json file

This commit modifies the search_index.json file. It likely reflects changes in the indexed data for search functionality.
This commit is contained in:
tfw
2025-05-14 12:26:20 +02:00
parent 0fd0f406fb
commit 8003287465
29 changed files with 791 additions and 694 deletions
+3 -3
View File
@@ -12,8 +12,8 @@
// Logo vergrößern
.md-header__button.md-logo {
padding: 0.2rem;
padding-left: 0;
padding: 1.2rem;
padding-left: 0.5rem;
img, svg {
width: 325px; // Größeres Logo (Standardwert ist 40px)
@@ -29,4 +29,4 @@
padding: 0.5rem;
max-width: 98%;
}
}
}
+2
View File
@@ -54,6 +54,8 @@
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
box-sizing: border-box;
overflow-x: hidden;
background-color: var(--md-primary-fg-color);
+10 -4
View File
@@ -8,6 +8,7 @@ h1, h2, h3, h4, h5, h6 {
}
// Team Header
.team-header {
text-align: left;
@@ -55,6 +56,14 @@ h1, h2, h3, h4, h5, h6 {
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
// Styling für nicht-klickbare Agenten
.team-agent-nolink {
cursor: default;
text-decoration: none;
color: inherit;
pointer-events: none;
}
.team-agent-image {
height: 300px;
overflow: hidden;
@@ -73,14 +82,13 @@ h1, h2, h3, h4, h5, h6 {
}
.team-agent-info {
padding: 1.5rem;
display: flex;
flex-direction: column;
flex-grow: 1;
text-align: left;
h3 {
margin-top: 0;
margin-top: 1rem;
font-size: 2.2rem;
line-height: 2.3rem;
color: #fff;
@@ -205,8 +213,6 @@ h1, h2, h3, h4, h5, h6 {
}
.team-agent-info {
padding: 1.2rem;
h3 {
font-size: 1.2rem;
}