s y m m e t r y
This commit is contained in:
@@ -10,6 +10,10 @@
|
|||||||
// "opponent"
|
// "opponent"
|
||||||
// "target "
|
// "target "
|
||||||
// "player ";
|
// "player ";
|
||||||
|
|
||||||
|
.skill-description {
|
||||||
|
font-size: 75%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.game .team, .faceoff .team {
|
.game .team, .faceoff .team {
|
||||||
@@ -43,8 +47,11 @@
|
|||||||
|
|
||||||
.game-construct {
|
.game-construct {
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
grid-template-columns: 1fr 2fr;
|
grid-template-rows: 2fr min-content;
|
||||||
grid-template-rows: 1fr;
|
grid-template-rows: 1fr;
|
||||||
|
grid-template-areas:
|
||||||
|
"right"
|
||||||
|
"left";
|
||||||
|
|
||||||
.right {
|
.right {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@@ -79,7 +86,10 @@
|
|||||||
justify-items: center;
|
justify-items: center;
|
||||||
|
|
||||||
grid-template-columns: 1fr;
|
grid-template-columns: 1fr;
|
||||||
grid-template-rows: min-content 1fr;
|
grid-template-rows: 1fr 2fr;
|
||||||
|
grid-template-areas:
|
||||||
|
"left"
|
||||||
|
"right";
|
||||||
|
|
||||||
.left {
|
.left {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
@@ -53,10 +53,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.skill-description {
|
|
||||||
font-size: 75%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.effects {
|
.effects {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user