added Chaos Demons demo, style improvements
This commit is contained in:
+7
-1
@@ -71,7 +71,7 @@ button:focus-visible {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 8px;
|
||||
padding: var(--size-24) var(--size-32);
|
||||
padding: var(--size-24) var(--size-20);
|
||||
max-width: 1100px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
@@ -177,6 +177,12 @@ button:focus-visible {
|
||||
#root {
|
||||
min-width: 1000px;
|
||||
}
|
||||
|
||||
.body {
|
||||
padding: 0;
|
||||
display: block;
|
||||
max-width: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 800px) {
|
||||
|
||||
Reference in New Issue
Block a user