diff --git a/content/profiles/index.md b/content/profiles/index.md index f4664b8..2debad3 100644 --- a/content/profiles/index.md +++ b/content/profiles/index.md @@ -18,3 +18,4 @@ The following list is probably not complete and will change over time. | Mastodon/Fediverse | [@jotoho@ruhr.social](https://ruhr.social/@jotoho) | | | GitLab | [@jotoho](https://gitlab.com/jotoho) | Preferred Git hosting platform | | GitHub | [@jotoho](https://github.com/jotoho) | | +| Threema | [8WEESJ8K](https://threema.id/8WEESJ8K) |
QR-Code containing Threema-ID![Scannable QR-Code](threema-scanid-8weesj8k.png)
| diff --git a/content/profiles/threema-scanid-8weesj8k.png b/content/profiles/threema-scanid-8weesj8k.png new file mode 100644 index 0000000..dc0fb03 Binary files /dev/null and b/content/profiles/threema-scanid-8weesj8k.png differ diff --git a/static/css/general.css b/static/css/general.css index da8e4e0..e814b4e 100644 --- a/static/css/general.css +++ b/static/css/general.css @@ -162,6 +162,27 @@ th { padding: 0.5rem; } +img { + display: block; + width: fit-content; + max-width: 100%; + height: auto; + max-height: min(90vh, 100%); + margin-left: auto; + margin-right: auto; +} + +details { + border-color: grey; + border-width: 1px; + border-style: dashed; + padding: calc(1rem / 3); +} + +details[open] > summary { + margin-bottom: calc(1rem / 3); +} + #licenseimg { vertical-align: middle; height: inherit;