Skip to content

Commit

Permalink
Merge pull request #646 from rgantzos/main
Browse files Browse the repository at this point in the history
  • Loading branch information
rgantzos authored Aug 11, 2023
2 parents 956e64e + e487f14 commit 6a21d6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions extras/popup/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ a {

.feature .featureTitle {
color: var(--primary-color);
max-width: calc(90% - 6rem);
max-width: calc(90% - 5rem);
font-weight: bold;
font-size: 1.25rem !important;
margin-bottom: 0.5rem;
font-size: 1.2rem !important;
margin-bottom: 0rem;
}
.feature p {
color: var(--secondary-color);
Expand Down
6 changes: 3 additions & 3 deletions extras/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ a {
}

.feature h3 {
font-size: 1.25rem !important;
margin-bottom: -0.5rem;
max-width: calc(90% - 6rem);
font-size: 1.2rem !important;
margin-bottom: 0rem;
max-width: calc(90% - 5rem);
}

.feature h3[style="font-size: 1.5em;"] {
Expand Down

0 comments on commit 6a21d6c

Please sign in to comment.