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 {
|
||||
grid-area: main;
|
||||
background: #999;
|
||||
align-self: start;
|
||||
width: 60%;
|
||||
height: 50%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
/* /Main */
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user