diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-12-28 11:06:00 +0000 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-12-28 11:06:00 +0000 |
| commit | f78c69e27e33f72d3722f7c540bb8c504636f224 (patch) | |
| tree | 7562c67c5d8405ecd410db3394195a1aa6411179 /hcard.css | |
| parent | 3abbc00fb530abadd12be28f6e6084740f926975 (diff) | |
Init
Diffstat (limited to 'hcard.css')
| -rw-r--r-- | hcard.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/hcard.css b/hcard.css new file mode 100644 index 0000000..540b394 --- /dev/null +++ b/hcard.css @@ -0,0 +1,11 @@ +.h-card { + display: flex; + gap: 1rem; + align-items: center; +} + +.u-photo { + width: 256px; + height: 256px; +} + |
