Fixes doc important trait display on mobile
This commit is contained in:
parent
833785b090
commit
0017d504a5
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user