From fcd1354a82a2c0a759c83f85a10b1189900c8212 Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Mon, 18 May 2026 15:49:40 -0500 Subject: [PATCH] style: Add right-aligned floating images back --- assets/css/custom.css | 6 ++++++ content/about/_index.md | 6 ++++-- content/wiki/os/android/index.md | 3 ++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/assets/css/custom.css b/assets/css/custom.css index e2312969..38ca9374 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -242,6 +242,12 @@ body.privacy-guides .hextra-feature-grid a.pg\:colored-card:has(img) { border-radius: var(--hx-radius-md); } +p.pg\:image\:right img { + float: right; + width: 150px; + margin-left: 1em; +} + .content :where(a):not(:where([class~=not-prose], [class~=not-prose] *)) { color:var(--hx-color-primary-800); diff --git a/content/about/_index.md b/content/about/_index.md index b8ad41ac..46556d25 100644 --- a/content/about/_index.md +++ b/content/about/_index.md @@ -5,7 +5,8 @@ breadcrumbs: false cascade: type: docs --- -![Privacy Guides logo](./pg-yellow.svg){ align=right } +![Privacy Guides logo](./pg-yellow.svg) +{ .pg:image:right } **Privacy Guides** is a socially motivated website that provides information for protecting your data security and privacy. We are a non-profit project with a mission to inform the public about the value of digital privacy, and about global government initiatives which aim to monitor your online activity. Our website is free of advertisements and not affiliated with any of the listed providers. @@ -25,7 +26,8 @@ In addition to our core team, many other people have made contributions to the p The best way to get individual help is from our community on Discourse. If you notice an issue with our website, please open a discussion in the [Site Development](https://discuss.privacyguides.net/c/site-development/7) category on our forum. If you have a question about anything we cover, please ask it in the [Questions](https://discuss.privacyguides.net/c/privacy/questions/8) category on our forum. -![Signal contact QR code](./signal-contact-qr.png){ align=right } +![Signal contact QR code](./signal-contact-qr.png) +{ .pg:image:right } Have a tip for us, or need to share some sensitive information? The best way to get in touch with us securely is via `@privacyguides.01` on Signal. This group account is monitored by [Jonah](https://discuss.privacyguides.net/u/jonah), [Niek](https://discuss.privacyguides.net/u/niek-de-wilde), [Em](https://discuss.privacyguides.net/u/em), and [Jordan](https://discuss.privacyguides.net/u/jordan). diff --git a/content/wiki/os/android/index.md b/content/wiki/os/android/index.md index 4e8e69b1..4e78c139 100644 --- a/content/wiki/os/android/index.md +++ b/content/wiki/os/android/index.md @@ -4,7 +4,8 @@ icon: simple/android description: Android is an open-source operating system with strong security protections, which makes it our top choice for phones. robots: nofollow, max-snippet:-1, max-image-preview:large --- -![Android logo](android.svg){ align=right } +![Android logo](android.svg) +{ .pg:image:right } The **Android Open Source Project** is a secure mobile operating system featuring strong [app sandboxing](https://source.android.com/security/app-sandbox), [Verified Boot](https://source.android.com/security/verifiedboot) (AVB), and a robust [permission](https://developer.android.com/guide/topics/permissions/overview) control system.