We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d665b54 commit a6ab8b5Copy full SHA for a6ab8b5
source/css/rainmeter.css
@@ -476,6 +476,8 @@ pre code {
476
background-color: #4b607a;
477
}
478
.docs-content dt {
479
+ display: flex;
480
+ flex-direction: column;
481
font-size: .82rem;
482
font-weight: 600;
483
line-height: 1.5rem;
@@ -488,6 +490,14 @@ pre code {
488
490
background-size: 150%;
489
491
text-shadow: 0 2px 3px rgba(0, 0, 0, .1);
492
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
+}
501
.docs-content dt:target {
502
background-color: #e09028;
503
0 commit comments