Update API
parent
7ee29471b5
commit
3765f35df5
1 changed files with 16 additions and 0 deletions
16
API.md
16
API.md
|
@ -52,10 +52,26 @@ To use the API you can use Ox.App if you use Ox.js, or look at [pandora_client](
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
<style>
|
<style>
|
||||||
|
html {
|
||||||
|
max-width: 70ch;
|
||||||
|
padding: 3em 1em;
|
||||||
|
margin: auto;
|
||||||
|
line-height: 1.75;
|
||||||
|
font-size: 1.25em;
|
||||||
|
font-family: sans-serif;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
object-fit: contain;
|
||||||
|
}
|
||||||
div > div {
|
div > div {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
}
|
}
|
||||||
|
@media screen and (max-width: 799px){
|
||||||
|
div > div {
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Reference in a new issue