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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user