mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
add timely template for main block
This commit is contained in:
6
luckydiamond/src/assets/css/PagesStyles/home.css
Normal file
6
luckydiamond/src/assets/css/PagesStyles/home.css
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
.main {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
@@ -84,7 +84,9 @@ body, html {
|
|||||||
.main {
|
.main {
|
||||||
grid-area: main;
|
grid-area: main;
|
||||||
background: #999;
|
background: #999;
|
||||||
align-self: start;
|
width: 60%;
|
||||||
|
height: 50%;
|
||||||
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* /Main */
|
/* /Main */
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ import HeaderElementPage from "@/pages/HeaderElement.vue";
|
|||||||
import AsideBarElement from "@/pages/AsidebarElement.vue";
|
import AsideBarElement from "@/pages/AsidebarElement.vue";
|
||||||
import ChatElement from "@/pages/ChatElement.vue";
|
import ChatElement from "@/pages/ChatElement.vue";
|
||||||
import GameModes from "@/mocks/GameModes";
|
import GameModes from "@/mocks/GameModes";
|
||||||
|
import '@/assets/css/PagesStyles/home.css'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'HomePage',
|
name: 'HomePage',
|
||||||
|
|||||||
Reference in New Issue
Block a user