styling and post updates
This commit is contained in:
parent
f4d5b70932
commit
27b778896d
2 changed files with 9 additions and 13 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue