summaryrefslogtreecommitdiff
path: root/website/public/css/hcard.css
blob: 99431d9e4094d7637238601ff37f00e76577cbcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.u-photo {
	margin-inline: auto;
	margin-block-end: 3rem;
}

@media (min-width: 48rem) {
	.h-card:not(.h-card--minimal) {
		display: flex;
		gap: 1rem;
		align-items: center;
	}

  .u-photo {
		margin: 0;
	}
}

.u-photo {
	width: 256px;
}