summaryrefslogtreecommitdiff
path: root/hcard.css
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2024-03-30 16:32:17 +0000
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2024-03-30 16:43:22 +0000
commit261d89ebed13691e72312f44339063fee93130ac (patch)
tree43cb6f1a9804352f666efaaee2bf7d6189906f08 /hcard.css
parent9cb047768f79f3d14a5c6bcf420e76d600a20f2d (diff)
Astro initial commit
Diffstat (limited to 'hcard.css')
-rw-r--r--hcard.css21
1 files changed, 0 insertions, 21 deletions
diff --git a/hcard.css b/hcard.css
deleted file mode 100644
index 055f0ae..0000000
--- a/hcard.css
+++ /dev/null
@@ -1,21 +0,0 @@
-.u-photo {
- margin-inline: auto;
- margin-block-end: 3rem;
-}
-
-@media (min-width: 48rem) {
- .h-card {
- display: flex;
- gap: 1rem;
- align-items: center;
- }
-
- .u-photo {
- margin: 0;
- }
-}
-
-.u-photo {
- width: 256px;
-}
-