blob: 991d294610c8c039e0d3ffbd5c813eaae2e8b69f [file] [log] [blame]
.static {
margin: var(--static-margin);
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;
}