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 @@
}
}