File size: 296 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.wp-block[data-type="a8c/prev-next"] {
	display: flex;
	flex-direction: row;/*rtl:row-reverse*/
	gap: 1em;
	justify-content: space-between;

	.prev-next__link-entry label {
		font-weight: bold;
	}
}

.wp-block-a8c-prev-next {
	display: flex;
	flex-direction: row;/*rtl:row-reverse*/
	gap: 2em;
}