Content deleted Content added
codex var |
bump min width down |
||
(One intermediate revision by one other user not shown) | |||
Line 8:
background-color: var(--background-color-interactive-subtle, #f8f9fa);
display: flow-root;
}
/* embedded side boxes need larger font */
.infobox .side-box {
font-size: 100%;
}
Line 40 ⟶ 44:
}
@media (min-width:
.side-box {
width: 238px;
|