add timely template for main block

This commit is contained in:
Kostya
2023-11-20 21:23:14 +03:00
parent cda426a680
commit 4ed3ef1a1e
3 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
.main {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}

View File

@@ -84,7 +84,9 @@ body, html {
.main {
grid-area: main;
background: #999;
align-self: start;
width: 60%;
height: 50%;
margin: 0 auto;
}
/* /Main */

View File

@@ -25,6 +25,7 @@ import HeaderElementPage from "@/pages/HeaderElement.vue";
import AsideBarElement from "@/pages/AsidebarElement.vue";
import ChatElement from "@/pages/ChatElement.vue";
import GameModes from "@/mocks/GameModes";
import '@/assets/css/PagesStyles/home.css'
export default {
name: 'HomePage',