diff options
Diffstat (limited to 'src/components/Root.module.css')
| -rw-r--r-- | src/components/Root.module.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/components/Root.module.css b/src/components/Root.module.css index c35c4cb..6538b75 100644 --- a/src/components/Root.module.css +++ b/src/components/Root.module.css @@ -1,10 +1,14 @@ .app { + position: fixed; + top: 0; + bottom: 0; + left: 0; + right: 0; + display: flex; background: var(--color-background); color: var(--color-text); - min-height: 300px; - height: 100vh; @media (max-width: 768px) { flex-direction: column; |
