goodnight sweet prince
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
cf8b42db99
commit
f1ce86353b
4 changed files with 891 additions and 1067 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"imports": {
|
||||
"lume/": "https://deno.land/x/lume@v1.13.2/",
|
||||
"preact/jsx-runtime": "https://deno.land/x/lume@v1.13.2/deps/preact_runtime.ts",
|
||||
"preact": "https://deno.land/x/lume@v1.13.2/deps/preact.ts"
|
||||
"lume/": "https://deno.land/x/lume@v1.17.3/",
|
||||
"preact/jsx-runtime": "https://deno.land/x/lume@v1.17.3/deps/preact_runtime.ts",
|
||||
"preact": "https://deno.land/x/lume@v1.17.3/deps/preact.ts"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"endpoint": "froth.zone",
|
||||
"source": "https://git.froth.zone/sam/nameservers",
|
||||
"contact": "https://froth.zone/sam",
|
||||
"contact": "https://samtherapy.net/contact",
|
||||
"name": "Sam"
|
||||
}
|
|
@ -31,7 +31,7 @@ img {
|
|||
@media only screen and (min-width: 1300px) {
|
||||
/* For desktop: */
|
||||
img {
|
||||
max-width: 50%;
|
||||
max-width: 25%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue