Skip to content

Commit

Permalink
HDX-10301 decrease font-sizes and reduce spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
ccataalin committed Oct 31, 2024
1 parent efec723 commit b4089a2
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions ckanext-hdx_theme/ckanext/hdx_theme/templates/email/email.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
}

.hdx-email .hdx-content p {
font-size: 20px;
line-height: 180%;
font-size: 16px;
line-height: 140%;
margin-top: 0;
margin-bottom: 15px;
}
Expand All @@ -35,8 +35,8 @@
}

.hdx-email .hdx-content li {
font-size: 20px;
line-height: 150%;
font-size: 16px;
line-height: 130%;
}

.hdx-email .hdx-content a {
Expand All @@ -50,9 +50,9 @@
background-color: #007CE1;
padding: 19px 32px;
font-weight: 600;
margin: 32px 0;
font-size: 16px;
line-height: 125%;
margin: 16px 0;
font-size: 14px;
line-height: 130%;
text-decoration: none;
}

Expand All @@ -64,11 +64,11 @@
}
.hdx-email .hdx-content .quote p {
margin-bottom: 0;
line-height: 150%;
line-height: 130%;
}

.hdx-email .hdx-logo {
padding: 35px;
padding: 25px;
background-color: #F2F2F2;
}

Expand All @@ -77,7 +77,7 @@
}

.hdx-email .hdx-logo img {
width: 110px;
width: 90px;
height: auto;
display: block;
}
Expand Down Expand Up @@ -107,8 +107,8 @@
}

.hdx-email .hdx-footer p {
font-size: 16px;
line-height: 150%;
font-size: 14px;
line-height: 130%;
margin-top: 0;
margin-bottom: 0;
}
Expand All @@ -132,7 +132,7 @@
}

.hdx-email .hdx-logo a {
width: 110px !important;
width: 90px !important;
overflow: hidden !important;
}
}
Expand Down

0 comments on commit b4089a2

Please sign in to comment.