css animation
This commit is contained in:
@ -64,7 +64,7 @@ legend, #leaderboard caption {
|
||||
|
||||
fieldset > div {
|
||||
display: grid;
|
||||
grid-template-columns: 3fr 2fr 3fr 2fr;
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
grid-column-gap: 1em;
|
||||
grid-row-gap: 1em;
|
||||
justify-items: right;
|
||||
@ -143,20 +143,10 @@ select:hover {
|
||||
}
|
||||
|
||||
#themePreviewTable {
|
||||
grid-column: 3 / 5;
|
||||
grid-column: 1 / 5;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
fieldset input[type="checkbox"] {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#showGhostDiv {
|
||||
grid-row: 2;
|
||||
grid-column: 1/5;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#gameSection div {
|
||||
display: grid;
|
||||
grid-gap: 3vmin;
|
||||
@ -289,6 +279,8 @@ a {
|
||||
gap: 0.8em;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#leaderboard {
|
||||
margin: auto;
|
||||
}
|
||||
|
Reference in New Issue
Block a user