File size: 360 Bytes
2409829
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
.demo-artwork {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;

	> a {
		flex: 0 0 auto;

		img {
			height: 128px;
			border: 12px solid var(--color-walnut);
			vertical-align: top;
			flex: 0 0 auto;
		}
	}

	p {
		display: flex;
		flex-direction: column;
		max-width: 300px;
		margin-left: 40px;
		text-align: left;
	}
}