Fixes doc important trait display on mobile

This commit is contained in:
Guillaume Gomez 2017-12-08 16:36:08 +01:00 committed by GitHub
parent 833785b090
commit 0017d504a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -983,6 +983,14 @@ h4 > .important-traits {
top: 2px;
}
@media (max-width: 700px) {
h4 > .important-traits {
position: absolute;
left: -22px;
top: 24px;
}
}
.modal {
position: fixed;
width: 100vw;
@ -1069,4 +1077,4 @@ h3.important {
position: absolute;
left: -42px;
margin-top: 2px;
}
}