diff --git a/styles/Viewer.module.css b/styles/Viewer.module.css index 93abde0..8271f7b 100644 --- a/styles/Viewer.module.css +++ b/styles/Viewer.module.css @@ -1,7 +1,18 @@ +.container { + width: 100%; + height: 100%; + display: flex; + flex-direction: column; + color: white; + align-items: flex-start; + justify-content: center; + } + .viewer { display: flex; color: white; width: 100%; + height: 100%; flex: 1; padding-top: 10px; }