forked from QuantStack/quantstack.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove most of the media queries in the various css files.
- Loading branch information
1 parent
d1b434b
commit f30f9c5
Showing
20 changed files
with
548 additions
and
704 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,58 +1,37 @@ | ||
@media only screen and (max-width: 996px) { | ||
/*Mobile*/ | ||
.hero_container { | ||
margin: var(--ifm-spacing-xl) var(--ifm-spacing-xl) 0 var(--ifm-spacing-xl); | ||
} | ||
|
||
.h2_custom { | ||
color: var(--ifm-color-secondary-s2); | ||
text-align: center; | ||
margin: 0; | ||
} | ||
|
||
.logos_carousel { | ||
display: none; | ||
} | ||
|
||
.subheader { | ||
text-align: center; | ||
} | ||
|
||
.astronaut_container { | ||
width: 150px | ||
} | ||
} | ||
|
||
@media only screen and (min-width: 996px) { | ||
/* Desktop */ | ||
.hero_container { | ||
margin: var(--ifm-spacing-5xl) 0 var(--ifm-spacing-xl) 0; | ||
} | ||
.hero_container { | ||
margin: var(--ifm-spacing-5xl) 0 var(--ifm-spacing-xl) 0; | ||
} | ||
|
||
.table_with_8_customers { | ||
margin-bottom: var(--ifm-spacing-xl); | ||
} | ||
.table_with_8_customers { | ||
margin-bottom: var(--ifm-spacing-xl); | ||
} | ||
|
||
.customer_logo { | ||
filter: grayscale(1); | ||
width: 100px; | ||
} | ||
.customer_logo { | ||
filter: grayscale(1); | ||
width: 100px; | ||
} | ||
|
||
.worked_with { | ||
font-size: var(--ifm-font-size-normal); | ||
color: var(--ifm-color_neutral-n1); | ||
text-align: center; | ||
margin: var(--ifm-spacing-2xl) 0; | ||
} | ||
.worked_with { | ||
font-size: var(--ifm-font-size-normal); | ||
color: var(--ifm-color_neutral-n1); | ||
text-align: center; | ||
margin: var(--ifm-spacing-2xl) 0; | ||
} | ||
|
||
.h2_custom { | ||
color: var(--ifm-color-secondary-s2); | ||
} | ||
.h2_custom { | ||
color: var(--ifm-color-secondary-s2); | ||
} | ||
|
||
.sub_header { | ||
text-align: left; | ||
} | ||
.astronaut_container { | ||
width: 300px | ||
} | ||
.sub_header { | ||
text-align: left; | ||
} | ||
.astronaut_container { | ||
width: 300px; | ||
} |
Oops, something went wrong.