Skip to content

Commit

Permalink
Rebuild demo
Browse files Browse the repository at this point in the history
  • Loading branch information
exogen committed Oct 11, 2024
1 parent 68900e7 commit 8fbf995
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions demo/app/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ textarea:not([rows]) {

body {
--line-height: calc(28 / 17);
background: url("/bars.png") rgb(247, 241, 235);
background: url("../public/bars.png") rgb(247, 241, 235);
background-repeat: repeat-x;
background-position: 50% 0;
background-size: 125px 6px;
Expand Down Expand Up @@ -209,7 +209,7 @@ header {
footer {
margin-top: auto;
padding: 60px 32px 32px 32px;
background: url("/bars.png");
background: url("../public/bars.png");
background-repeat: repeat-x;
background-position: 50% 100%;
background-size: 125px 6px;
Expand Down
1 change: 1 addition & 0 deletions demo/app/page.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
padding: 12px;
border-radius: 3px;
overflow: hidden;
min-height: 160px;
}

.Values {
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/404/index.html

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8fbf995

Please sign in to comment.