feat: increase dashboard area even more

This commit is contained in:
EETagent 2022-12-04 00:28:56 +01:00
parent eabde77ed5
commit 5f431fb92a

View file

@ -68,7 +68,7 @@
<style>
.dashboardDesktop {
@apply w-[80vw] h-[80vh];
@apply w-[85vw] h-[85vh];
@apply hidden md:grid grid-cols-8 grid-rows-2 gap-10;
}