- update layout to work for responsive screen sizes

This commit is contained in:
Amruth Pillai
2020-07-19 20:33:11 +05:30
parent 6a8775e31b
commit 9930cee309
5 changed files with 22 additions and 41 deletions

View File

@ -1,6 +1,5 @@
.container {
z-index: 10;
box-shadow: var(--right-shadow);
@apply w-full h-screen overflow-scroll p-8;
@apply grid gap-8;
}