css updates for pager / page

This commit is contained in:
Francis Cao 2023-09-26 13:29:49 -07:00
parent febf085aca
commit 8e8bf41eb3
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
.container { .container {
margin-top: 20px; margin-top: 20px;
margin-bottom: 20px;
} }
.text { .text {

View File

@ -4,4 +4,5 @@
flex-direction: column; flex-direction: column;
background: var(--base50); background: var(--base50);
position: relative; position: relative;
height: 100%;
} }