php serialized to json

This commit is contained in:
2021-09-20 09:48:49 +02:00
parent e485a0bb3b
commit 1b1fe738d7
3 changed files with 26 additions and 19 deletions

View File

@ -19,13 +19,6 @@ textarea {
font-family: monospace;
}
header a {
display: block;
margin-top: var(--spacing);
margin-bottom: var(--spacing);
text-align: center;
}
.layout {
display: grid;
grid-template-columns: 0.3fr 1.7fr;
@ -33,4 +26,4 @@ header a {
gap: 0px 1rem;
grid-template-areas:
". .";
}
}

4
app/public/css/pico.min.css vendored Normal file

File diff suppressed because one or more lines are too long