style: set minimum height for reader-flow-container to ensure full-page layout consistency
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
.reader-flow-container {
|
||||
max-width: 680px;
|
||||
margin: 2rem auto;
|
||||
min-height: calc(100vh - 180px);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1.5rem;
|
||||
|
||||
Reference in New Issue
Block a user