Skip to content

Commit 16e397e

Browse files
Merge branch 'main' into develop
2 parents 3b550b6 + c432ecc commit 16e397e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/static/css/tiny.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ body.light-theme {
3535
background-image: none;
3636
}
3737

38+
.container {
39+
display: grid;
40+
grid-template-rows: auto 1fr auto;
41+
min-height: 100vh;
42+
}
43+
3844
.main-layout {
3945
max-width: 870px;
4046
margin: 0 auto;

0 commit comments

Comments
 (0)