Skip to content

Commit d5446f3

Browse files
author
xecdev
committed
Remove bold style and new CSS rule for font-size for mobile devices
1 parent 25d3fcb commit d5446f3

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

assets/css/paywall-styles.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,17 @@
44
margin: 2rem 0;
55
color: var(--pb-unlocked-indicator-color); /* Line + text color */
66
font-family: inherit;
7-
font-weight: 800; /* Strong text */
87
font-size: 1rem;
98
text-align:center;
109
}
1110

11+
/* Mobile override rule */
12+
@media (max-width: 600px) {
13+
.unlocked-indicator {
14+
font-size: 9px;
15+
}
16+
}
17+
1218
.unlocked-indicator::before,
1319
.unlocked-indicator::after {
1420
content: "";

0 commit comments

Comments
 (0)