.LauncherDashboard{padding:16px 10%;display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-areas:"one two three" "four five six";grid-gap:32px}.LauncherDashboard .tile{padding:16px;box-shadow:0 0 32px rgba(0,0,0,.1);height:200px;border-radius:8px}.LauncherDashboard .one{grid-area:one}.LauncherDashboard .two{grid-area:two}.LauncherDashboard .three{grid-area:three}.LauncherDashboard .four{grid-area:four}.LauncherDashboard .five{grid-area:five}.LauncherDashboard .six{grid-area:six}@media(max-width:960px){.LauncherDashboard{display:block}.LauncherDashboard .tile{margin-bottom:32px}}