Skip to content

Commit

Permalink
change custom checkbox container font-size to 12px on desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
goldipl committed Jun 29, 2024
1 parent ad8e88d commit a913fa9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 deletions sass/home/_newsletter_section.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
text-align: left;
margin: 0 10px 0 0;
&.first-text {
font-size: 22px;
font-weight: 500;
line-height: 33px;
text-align: left;
Expand Down Expand Up @@ -143,7 +142,7 @@
display: flex;
align-items: center;
height: 25px;
font-size: 10px;
font-size: 12px;
font-weight: 300;
line-height: 25px;
text-align: left;
Expand All @@ -152,7 +151,7 @@
a {
display: inline-flex;
margin-left: 4px;
font-size: 10px;
font-size: 12px;
font-weight: 600;
line-height: 41px;
text-align: left;
Expand Down
5 changes: 2 additions & 3 deletions sass/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,6 @@ body {
margin: 0 10px 0 0;
}
.main-2-0 #newsletter-section .newsletter-wrapper-content-left .newsletter-text-top h2.first-text {
font-size: 22px;
font-weight: 500;
line-height: 33px;
text-align: left;
Expand Down Expand Up @@ -1239,7 +1238,7 @@ body {
display: flex;
align-items: center;
height: 25px;
font-size: 10px;
font-size: 12px;
font-weight: 300;
line-height: 25px;
text-align: left;
Expand All @@ -1249,7 +1248,7 @@ body {
.main-2-0 #newsletter-section .newsletter-wrapper-content-right .checkbox .custom-checkbox-container a {
display: inline-flex;
margin-left: 4px;
font-size: 10px;
font-size: 12px;
font-weight: 600;
line-height: 41px;
text-align: left;
Expand Down
Loading

0 comments on commit a913fa9

Please sign in to comment.