1
1
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2026-05-25 04:41:28 +00:00

style: Add right-aligned floating images back

This commit is contained in:
2026-05-18 15:49:40 -05:00
parent 709a5fefc6
commit fcd1354a82
3 changed files with 12 additions and 3 deletions
+6
View File
@@ -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);