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