Merge branch '658-modernize-changes' of github.com:cppalliance/temp-site into 658-modernize-changes

# Conflicts:
#	frontend/docsstyles.css
#	static/css/docsstyles.css
This commit is contained in:
Greg Newman
2023-10-06 11:06:55 -04:00
2 changed files with 6 additions and 1 deletions

View File

@@ -19,11 +19,12 @@ hr:first-of-type {
@apply outline-none border-0 bg-transparent;
}
.section,
.spirit-nav,
.copyright-footer,
.chapter,
.refentry,
.book {
@apply max-w-7xl px-3 md:px-20;
@apply max-w-7xl px-3 md:px-6 mx-auto;
}