We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96682e5 commit 25d3fcbCopy full SHA for 25d3fcb
1 file changed
assets/css/paywall-styles.css
@@ -6,16 +6,20 @@
6
font-family: inherit;
7
font-weight: 800; /* Strong text */
8
font-size: 1rem;
9
+ text-align:center;
10
}
11
12
.unlocked-indicator::before,
13
.unlocked-indicator::after {
14
content: "";
- flex: 1;
15
+ flex: 1 1 auto;
16
+ min-width: 20px;
17
height: 1px;
18
background: currentColor; /* Uses the same color as the text */
19
20
21
.unlocked-indicator span {
22
+ display: inline-block;
23
padding: 0 1rem; /* Space between text and lines */
24
+ word-break: break-word;
25
0 commit comments