1
1
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2026-05-27 05:39:25 +00:00

style: Add logos to recommendation cards

This commit is contained in:
2026-05-19 14:40:13 -05:00
parent c2e570dfbd
commit 61e9096386
49 changed files with 169 additions and 167 deletions
+10
View File
@@ -269,6 +269,16 @@ html.light {
.hextra-card {
background-color: var(--hx-color-gray-50);
}
img {
float: right;
margin-top: 0;
max-width: 100px;
max-height: 100px;
margin: 0em 0em 1em 2em;
}
p:first-of-type {
margin-top: 0;
}
}
}
nav.hextra-toc li:has(~ li a.hextra-toc-active) > a {