mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-06-18 04:04:53 -04:00
Help
This commit is contained in:
parent
af65f22c70
commit
d31f8ef0b4
12 changed files with 124 additions and 115 deletions
|
@ -33,12 +33,12 @@ body {
|
|||
& > div {
|
||||
display: grid;
|
||||
grid-template-columns: auto auto;
|
||||
grid-template-areas: "name credits" "buttons bricks";
|
||||
.name{
|
||||
grid-template-areas: "name credits" "buttons bricks";
|
||||
.name {
|
||||
grid-area: name;
|
||||
width: 100px;
|
||||
}
|
||||
.credits{
|
||||
.credits {
|
||||
grid-area: credits;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue