Browse Source

Fixes home view layout

main
Eric Amodio 2 years ago
parent
commit
c9274d9351
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/webviews/apps/home/home.scss

+ 1
- 1
src/webviews/apps/home/home.scss View File

@ -19,7 +19,7 @@ body {
.container {
display: grid;
font-size: 1.3em;
grid-template-rows: auto min-content;
grid-template-rows: min-content auto min-content;
min-height: 100%;
}

Loading…
Cancel
Save