We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4756c6 commit eee08a5Copy full SHA for eee08a5
apify-docs-theme/src/theme/custom.css
@@ -917,11 +917,11 @@ html[data-theme='dark'] .actionLink:hover::after {
917
918
919
.card {
920
- [class^="cardTitle"] {
+ [class*="cardTitle"] {
921
font-size: 1.6rem !important;
922
}
923
924
- [class^="cardDescription"] {
+ [class*="cardDescription"] {
925
font-size: 1.2rem !important;
926
927
src/pages/index.module.css
@@ -83,11 +83,11 @@
83
84
85
86
87
88
89
90
91
92
93
0 commit comments