Skip to content

Commit

Permalink
Update selectors for card title and descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
webrdaniel committed Mar 22, 2024
1 parent d4756c6 commit 7827ac3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apify-docs-theme/src/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -917,11 +917,11 @@ html[data-theme='dark'] .actionLink:hover::after {


.card {
[class^="cardTitle"] {
[class*="cardTitle"] {
font-size: 1.6rem !important;
}

[class^="cardDescription"] {
[class*="cardDescription"] {
font-size: 1.2rem !important;
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@
}

.card {
[class^="cardTitle"] {
[class*="cardTitle"] {
font-size: 1.6rem !important;
}

[class^="cardDescription"] {
[class*="cardDescription"] {
font-size: 1.2rem !important;
}
}
Expand Down

0 comments on commit 7827ac3

Please sign in to comment.