Content deleted Content added
give these a top/bottom margin in all cases, adjust min-width margin statements accordingly |
bump min width down |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 6:
font-size: 88%;
line-height: 1.25em;
background-color: var(--background-color-interactive-subtle, #
display: flow-root;
}
/* embedded side boxes need larger font */
.infobox .side-box {
font-size: 100%;
}
Line 35 ⟶ 40:
.side-box-text {
flex: 1;
min-width: 0;
}
}
@media (min-width:
.side-box {
width: 238px;
|