mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2024-12-24 21:50:43 -05:00
fix: admin dashboard height
This commit is contained in:
parent
eb98c77d0d
commit
d667833847
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
.container {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 5fr;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
|
|
Loading…
Reference in a new issue