Skip to content

Commit

Permalink
New defaults and fix CLS - 600 weight font does not work.
Browse files Browse the repository at this point in the history
  • Loading branch information
bstopp committed Jan 19, 2024
1 parent 66827db commit 069ea31
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions cigaradvisor/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,12 +158,12 @@ a {
}

p {
margin: 16px 0;
font-family: var(--ff-opensans);
font-weight: 600;
font-size: var(--body-font-size-m);
font-weight: var(--font-weight-normal);
line-height: var(--line-height-l);
color: var(--clr-dark-gray);
margin: 16px 0;
font-size: 12px;
cursor: default
}

a:hover {
Expand Down Expand Up @@ -193,12 +193,12 @@ li {
display: none;
}


.default-content-wrapper {
color: var(--clr-text);
}

main .default-content-wrapper {
padding: 10px 20px;
width: 100%;
margin-left: auto;
margin-right: auto;
Expand Down Expand Up @@ -398,17 +398,6 @@ main .button-container .button:hover {
text-decoration: none;
}

/* category landing page */
.category-landing-page main > .section > .default-content-wrapper {
padding: 10px 20px;
text-align: justify;
}

.category-landing-page main > .section > .default-content-wrapper p {
font-size: 16px;
line-height: 26px;
}


@media screen and (max-width: 600px) {
main .section[data-layout="50/50"] {
Expand Down

0 comments on commit 069ea31

Please sign in to comment.