Skip to content

Commit 1e1cabe

Browse files
committed
More Front-End Fixes
* Fix LI and link stylings * Fix header image width.
1 parent c3d0216 commit 1e1cabe

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/newsletter_template.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,16 +170,20 @@
170170
color: #202020;
171171
font-family: Helvetica;
172172
font-size: 16px;
173-
line-height: 150%;
173+
line-height: 1.5rem;
174174
text-align: left;
175175
margin: 10px 0;
176176
padding: 0;
177177
}
178-
p a {
178+
a {
179179
color: #007c89;
180180
font-weight: normal;
181181
text-decoration: underline;
182182
}
183+
li {
184+
margin: 0 0 .5rem 0;
185+
line-height: 1.5rem;
186+
}
183187
#templateBody {
184188
background-color: #ffffff;
185189
background-image: none;
@@ -430,9 +434,8 @@
430434
align="center"
431435
alt=""
432436
src="{{ site.url }}{{ site.baseurl }}/img/cfb-logo/cfb-logo-horiz-dark.png"
433-
width="196"
434437
style="
435-
max-width: 196px;
438+
max-width: 100%;
436439
padding-bottom: 0;
437440
display: inline !important;
438441
vertical-align: bottom;

0 commit comments

Comments
 (0)