File size: 450 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
27
28
29
30
31
32
33
34
.reading-material {
	width: 100%;
	flex: 0 1 auto;

	.details {
		display: flex;
		flex-direction: column;
		gap: 20px;

		.publication {
			font-weight: 800;
		}

		.banner {
			margin-top: 0;
			display: block;
			width: 100%;
			height: auto;
		}
	}

	article {
		margin-top: calc(80 * var(--variable-px));
	}

	.social {
		width: 100%;
		display: flex;
		gap: calc(var(--font-size-link) * 0.8);
		flex-wrap: wrap;
		justify-content: center;
	}
}