Skip to content

Commit

Permalink
Update page
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Oct 28, 2024
1 parent e360215 commit 6a0cecb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/thorin-core/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,3 @@ html.dark {
--thorin-background-disabled: #424347;
--thorin-border: #42464E;
}

.space-y-4 > *:not(:first-child) {
margin-top: var(--thorin-spacing-4);
}
6 changes: 6 additions & 0 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@ <h2>Modals</h2>
}
</script>
<style>
html, body {
margin: 0;
padding: 0;
height: 100%;
font-size: 16px;
}
.card {
padding: var(--thorin-spacing-4);
border: 1px solid var(--thorin-border);
Expand Down

0 comments on commit 6a0cecb

Please sign in to comment.