blob: b33e010b6bf532f523f3554fb05f63b3cc465acc [file] [log] [blame]
.static {
margin: var(--static-margin);
}
@media screen and (min-width: 1025px) {
.static {
max-width: var(--static-max-width--desktop);
}
}
/* Antora markup is wrapped in <div>, we need to emulate the same */
.static dl,
.static ol,
.static p,
.static pre,
.static ul {
margin: 1rem 0 0;
}