style: set frontpage author grid to 6 columns and widen main content area

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
cydia2001
2026-03-10 23:04:39 +00:00
parent da30b83b63
commit 87705896fc

View File

@@ -38,8 +38,11 @@ FRONTPAGE_LAYOUT_CSS = """
flex: 0 0 48px;
}
.openmlsys-frontpage .mdl-cell--3-col {
flex: 1 1 calc(25% - 24px);
max-width: calc(25% - 18px);
flex: 0 1 calc(16.666% - 20px);
max-width: calc(16.666% - 20px);
}
.openmlsys-frontpage .authors.mdl-grid {
justify-content: center;
}
.openmlsys-frontpage .mdl-cell--5-col {
flex: 1 1 calc(41.666% - 24px);
@@ -63,6 +66,9 @@ FRONTPAGE_LAYOUT_CSS = """
.content {
max-width: min(1440px, calc(100vw - 48px));
}
.content main {
max-width: 75%;
}
.openmlsys-frontpage + ul,
.openmlsys-frontpage + ul ul {
max-width: 960px;