This commit modifies the search_index.json file. It likely reflects changes in the indexed data for search functionality.
85 lines
1.3 KiB
SCSS
85 lines
1.3 KiB
SCSS
|
|
@media (max-width: 1219px) {
|
|
body{
|
|
|
|
.md-grid {
|
|
padding: 2rem;
|
|
}
|
|
.md-grid .md-content{
|
|
padding: 4rem;
|
|
}
|
|
.md-footer-container,
|
|
.md-footer-custom-links{
|
|
padding: 2rem;
|
|
}
|
|
|
|
.md-typeset h1,
|
|
h1 {
|
|
font-size: 3rem;
|
|
}
|
|
|
|
.md-typeset h2,
|
|
h2 {
|
|
font-size: 2rem;
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
@media (max-width: 959px) {
|
|
html, body {
|
|
overflow-x: hidden;
|
|
width: 100%;
|
|
position: relative;
|
|
}
|
|
|
|
label.md-header__button.md-icon:last-of-type{
|
|
svg{
|
|
display: none;
|
|
}
|
|
&:after {
|
|
content: "\f002";
|
|
font-family: 'Font Awesome 6 Pro';
|
|
font-weight: 100;
|
|
font-size: 1rem;
|
|
}
|
|
}
|
|
|
|
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{
|
|
img {
|
|
float: none !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
.md-button{
|
|
padding: 1em 2.3em !important;
|
|
margin-bottom: 1em;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
}
|