update view page to full screen

This commit is contained in:
Divyam Ahuja 2022-02-22 17:17:26 +05:30
parent 3791ec0d2d
commit fca5951eb1

View file

@ -1,7 +1,18 @@
.container {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
color: white;
align-items: flex-start;
justify-content: center;
}
.viewer { .viewer {
display: flex; display: flex;
color: white; color: white;
width: 100%; width: 100%;
height: 100%;
flex: 1; flex: 1;
padding-top: 10px; padding-top: 10px;
} }