Update the CSS
This commit is contained in:
parent
628ce29dad
commit
12531fce67
1 changed files with 22 additions and 18 deletions
|
|
@ -137,6 +137,22 @@ main {
|
|||
align-items: center;
|
||||
height: 95%;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.row-reverse {
|
||||
flex-direction: row-reverse;
|
||||
|
||||
.spaceship-icon {
|
||||
transform: scaleX(-1);
|
||||
}
|
||||
}
|
||||
|
||||
.inner-grid {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.spaceship-icon {
|
||||
/*
|
||||
|
|
@ -151,24 +167,12 @@ main {
|
|||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.row-reverse {
|
||||
flex-direction: row-reverse;
|
||||
|
||||
div {
|
||||
.side-hex {
|
||||
.spaceship-icon {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
}
|
||||
|
||||
.inner-grid {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.singularity {
|
||||
background-image: url(/assets/black-hole.svg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue