Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
qrac committed Mar 15, 2021
1 parent a31c666 commit 6152147
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,14 @@
body {
max-width: 800px;
margin: 0 auto;
padding: 32px;
padding: 16px;
background-color: var(--theme-bg-1);
color: var(--theme-tx-1);
}
main {
.demo-block {
padding: 16px;
overflow: hidden;
}
.demo-block + .demo-block {
margin-top: 32px;
}
</style>
</head>
<body>
Expand Down

0 comments on commit 6152147

Please sign in to comment.