styling and post updates

This commit is contained in:
Barrett Ruth 2025-11-28 23:56:01 -05:00
parent f4d5b70932
commit 27b778896d
2 changed files with 9 additions and 13 deletions

View file

@ -5,7 +5,7 @@ body:has(.post-container) {
overflow: hidden;
}
body:has(.post-container) header {
body:has(.post-container) > header {
flex-shrink: 0;
position: sticky;
top: 0;
@ -19,7 +19,7 @@ body:has(.post-container) .main {
overflow-x: hidden;
}
body:has(.post-container) footer {
body:has(.post-container) > footer {
flex-shrink: 0;
}