Skip to content

Commit ab98c7c

Browse files
aymuos15claude
andcommitted
fix: vertically center sections for fixed header/footer and stabilize diagram layout
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 14f2a90 commit ab98c7c

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

styles/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ main {
3232
max-width: var(--content-max-width);
3333
width: 100%;
3434
margin: 0 auto;
35-
padding: 0 2rem;
35+
padding: 3.5rem 2rem 3rem;
3636
}
3737

3838
a {

styles/components/research.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
gap: 4px;
9191
height: 150px;
9292
padding-bottom: 14px;
93+
flex-shrink: 0;
9394
}
9495

9596
.diagram-bar-col {
@@ -136,6 +137,8 @@
136137
font-size: 0.45rem;
137138
color: var(--text-secondary);
138139
white-space: nowrap;
140+
min-width: 3.2em;
141+
text-align: center;
139142
transition: color 0.3s;
140143
}
141144

0 commit comments

Comments
 (0)