Adjust breakpoint for new max-width (#3851)

This commit is contained in:
Markus Thömmes 2021-06-25 13:53:22 +02:00 committed by GitHub
parent 6deff7e674
commit 2cab0ae87d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -151,7 +151,7 @@ body {
margin: 1.2em;
}
@media only screen and (max-width: 1240px) {
@media only screen and (max-width: 1440px) {
.components-container,
.calltoaction-container,
.usedby-container,
@ -160,6 +160,12 @@ body {
.intro-container {
padding: 40px;
}
}
@media only screen and (max-width: 800px) {
.component-flex {
flex-wrap: wrap;
}
.intro-container img {
display: block;
@ -168,12 +174,6 @@ body {
}
}
@media only screen and (max-width: 800px) {
.component-flex {
flex-wrap: wrap;
}
}
/*fixing issue in safari css */
.md-typeset .task-list-item {
margin-left: 25px;