aboutsummaryrefslogtreecommitdiff
path: root/styles/card.css
blob: 1510492d2a50b72d4c9a87d61f4e9c48db0e8623 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.postCard {
	background-color: var(--oxford-blue);
	padding: 12px;
	border-radius: 8px;

	overflow-x: hidden;
	color: var(--fg) !important;
}

.postCard::after {
	display: none;
}

.postCard .cover {
	width: 100%;
	border-radius: 6px;
	max-height: 220px;
	object-fit: cover;
}

.postCard .title {
	font-size: 24px;
}

.postCard .subtitle {
	font-weight: 500;
}