From 261d89ebed13691e72312f44339063fee93130ac Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Sat, 30 Mar 2024 16:32:17 +0000 Subject: Astro initial commit --- public/css/hcard.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 public/css/hcard.css (limited to 'public/css/hcard.css') diff --git a/public/css/hcard.css b/public/css/hcard.css new file mode 100644 index 0000000..7fa93d9 --- /dev/null +++ b/public/css/hcard.css @@ -0,0 +1,21 @@ +.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; +} + -- cgit v1.2.3