Skip to content

Commit

Permalink
Deploying to gh-pages from @ 4b007de 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed May 24, 2024
1 parent 203bfa3 commit abceb26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ldf-client-worker.min.js.map

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions styles/ldf-client.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ html, input, textarea, button, pre {

body {
max-width: 650px;
min-width: fit-content;
margin: 0 auto;
padding: 1em 3em;
background: white;
Expand Down Expand Up @@ -213,6 +214,7 @@ textarea {
cursor: pointer;
font-size: .95em;
background-color: transparent;
resize: vertical;
}

.results {
Expand Down Expand Up @@ -403,6 +405,10 @@ footer {
select {
width: 250px;
}

.ldf-client {
min-width: 465px;
}
}


Expand Down

0 comments on commit abceb26

Please sign in to comment.