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
+19 -5
View File
@@ -5,10 +5,12 @@
.md-grid {
padding: 2rem;
}
.md-grid .md-content,
.md-grid .md-content{
padding: 4rem;
}
.md-footer-container,
.md-footer-custom-links{
padding: 4rem;
padding: 2rem;
}
.md-typeset h1,
@@ -25,8 +27,11 @@
}
@media (max-width: 959px) {
html, body {
overflow-x: hidden;
width: 100%;
position: relative;
}
label.md-header__button.md-icon:last-of-type{
svg{
@@ -42,12 +47,21 @@
body{
.md-nav__link {
text-transform: uppercase;
}
.satag--padding-container{
padding: 4rem 2rem;
}
.satag--home-companies{
padding: 4rem 3rem;
width: 100vw !important;
left: 50% !important;
right: 50% !important;
margin-left: -50vw !important;
margin-right: -50vw !important;
.satag--home-companies-logo-container{
.satag--home-companies-logo{
@@ -67,4 +81,4 @@
}
}
+50 -3
View File
@@ -1,18 +1,51 @@
@media (max-width: 479px) {
html, body {
overflow-x: hidden;
width: 100%;
position: relative;
}
body{
.md-typeset .headerlink{
display: none;
}
.md-grid {
padding: 2rem;
}
.md-grid .md-content,
.md-grid .md-content{
padding: 1rem;
}
.md-footer-container,
.md-footer-custom-links{
padding: 1rem;
padding: 3rem;
}
.md-nav__link {
text-transform: uppercase;
}
.satag--home-companies{
width: 100vw !important;
left: 50% !important;
right: 50% !important;
margin-left: -50vw !important;
margin-right: -50vw !important;
padding: 3rem 2rem;
}
.md-typeset h1,
h1 {
font-size: 3rem;
&:after{
height: 7px;
width: 46px;
margin-top: .7rem;
margin-bottom: -0.2rem;
}
}
.md-typeset h2,
@@ -20,5 +53,19 @@
font-size: 2rem;
}
.md-typeset h2,
h2 {
&:after{
margin-top: 5px;
margin-bottom: 1rem;
height: 5px;
width: 26px;
}
}
.team-agent-position{
margin: 1rem 0 0 0;
}
}
}
}