Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
iainmerrick committed Feb 8, 2024
1 parent 30410a4 commit 4c5bcaf
Showing 1 changed file with 0 additions and 43 deletions.
43 changes: 0 additions & 43 deletions website/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,6 @@
padding: 1em 0 0.25em;
max-width: 16em;
}
p,
li {
margin: 0;
padding: 0.75em 0 0.25em;
max-width: 24rem;
}
ul {
max-width: 24rem;
padding-left: 2rem;
margin: 0;
}
h1 {
font-size: 3em;
font-weight: bolder;
Expand All @@ -72,36 +61,4 @@
font-weight: normal;
text-align: center;
}
.cols {
display: flex;
flex-flow: row wrap;
column-gap: 2em;
margin: 0 1em;
align-items: flex-start;
}
.col {
margin: 0 auto;
}
div.col {
max-width: 24em;
}
form {
display: flex;
flex-direction: column;
align-items: center;
gap: 0.5em;
padding: 1em 0;
}
pre {
background-color: floralwhite;
border: 1px solid lightgray;
padding: 0.5em;
}
span.error {
font-weight: bold;
color: red;
}
textarea.error {
background-color: rgba(255, 0, 0, 25%);
}
</style>

0 comments on commit 4c5bcaf

Please sign in to comment.