Fixed some of the responsiveness inthe info-box

This commit is contained in:
Jeffrey Phillips Freeman 2023-10-19 13:01:26 -04:00
parent df1558147d
commit fb360fc153
No known key found for this signature in database
GPG key ID: AD914585C9406B6A

View file

@ -767,6 +767,7 @@ div#ch-tooltip {
grid-area: key;
position: relative;
overflow: hidden;
white-space: nowrap;
}
.key::after {
@ -776,3 +777,14 @@ div#ch-tooltip {
position: absolute;
text-align: right;
}
@media (max-width:992px) {
.info-field > div {
width: 100%;
}
.entry {
display: block;
margin-bottom: 1em;
}
}