Skip to content

Commit 5400cb1

Browse files
committed
Revert "fix: long property infos not visible on mobile"
This reverts commit a6ab8b5.
1 parent a6ab8b5 commit 5400cb1

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

source/css/rainmeter.css

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -476,8 +476,6 @@ pre code {
476476
background-color: #4b607a;
477477
}
478478
.docs-content dt {
479-
display: flex;
480-
flex-direction: column;
481479
font-size: .82rem;
482480
font-weight: 600;
483481
line-height: 1.5rem;
@@ -490,14 +488,6 @@ pre code {
490488
background-size: 150%;
491489
text-shadow: 0 2px 3px rgba(0, 0, 0, .1);
492490
}
493-
@media (min-width: 991px) {
494-
.docs-content dt {
495-
flex-direction: row;
496-
}
497-
.docs-content dt small {
498-
margin-left: auto;
499-
}
500-
}
501491
.docs-content dt:target {
502492
background-color: #e09028;
503493
}

0 commit comments

Comments
 (0)