Fix styles, long strings

This commit is contained in:
lostinlight 2023-09-30 00:14:40 +03:00
parent 2321786a24
commit 46498c2b27
3 changed files with 9 additions and 9 deletions

View File

@ -206,7 +206,7 @@
"site": "https://libreserver.org/epicyon",
"logo": "/img/misc/epicyon.png",
"servers": "https://epicyon.fediverse.observer/list",
"description": "ActivityPub server implementing S2S and C2S protocols, suitable for single board computers. Provides moderation tools, post expiry, content warnings, Calendar, Scheduled Posts, text search, federated blogging and image descriptions.",
"description": "ActivityPub server implementing S2S and C2S protocols, suitable for single board computers. Provides moderation tools, post expiry, content warnings, Calendar, scheduled posts and text search.",
"codeLanguage": "Python",
"techStack": "",
"license": "AGPL-3.0",
@ -293,7 +293,7 @@
"title": "Honk",
"source": "https://humungus.tedunangst.com/r/honk/f",
"protocols": "ActivityPub",
"site": "https://humungus.tedunangst.com/r/honk/f",
"site": "",
"logo": "",
"servers": "https://honk.fediverse.observer/list",
"description": "ActivityPub server with minimal setup and support costs.",
@ -1236,7 +1236,7 @@
"codeLanguage": "Go",
"techStack": "MongoDB, HTMX, Hyperscript",
"license": "AGPL-3.0",
"FediAccount": "https://mastodon.social/@benpate",
"FediAccount": "@benpatemastodon.social",
"apClass": true,
"zotClass": false,
"diasporaClass": false,

View File

@ -128,8 +128,8 @@
.card__more i {
display: inline-block;
vertical-align: middle;
height: 13px;
margin-left: 2px;
height: 18px;
margin-left: 4px;
font-size: .7rem;
}
@ -142,14 +142,14 @@
background: $white;
border-radius: inherit;
width: 300px;
height: 420px;
height: 440px;
transition: .3s cubic-bezier(.175, .885, .32, 1.275);
}
.card__extra {
position: absolute;
width: 300px;
height: 420px;
height: 440px;
left: 0;
top: 0;
border-radius: 0 8px 8px 0;
@ -360,7 +360,7 @@
.card__extra {
position: static;
flex: 50% 0 0;
flex: 55% 0 0;
background: inherit;
transition: opacity 0s ease-in, transform .2s ease-in;
transition-delay: .1s;

View File

@ -25,7 +25,7 @@ html {
}
body {
font-size: 1.05rem;
font-size: 1rem;
font-family: $font-primary;
line-height: 1.6;
overflow-x: hidden;