Add detail game page (#41)
All checks were successful
Game Ideas deploy / build-test-deploy (push) Successful in 1m24s
All checks were successful
Game Ideas deploy / build-test-deploy (push) Successful in 1m24s
Reviewed-on: #41
This commit was merged in pull request #41.
This commit is contained in:
@@ -132,6 +132,32 @@ code {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.expand-col-2 {
|
||||
grid-column: 1 / 3;
|
||||
}
|
||||
|
||||
.expand-row-2 {
|
||||
grid-row: 1 / 3;
|
||||
}
|
||||
|
||||
.body-sm {
|
||||
color: #ccc
|
||||
}
|
||||
|
||||
.body-lg {
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.header-1, .header-2, span, a {
|
||||
display: block;
|
||||
color: var(--white);
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
@keyframes fade-in {
|
||||
0% {opacity: 0}
|
||||
100% {opacity: 1}
|
||||
|
||||
Reference in New Issue
Block a user