Skip to content

Commit

Permalink
improve template
Browse files Browse the repository at this point in the history
  • Loading branch information
rupinr committed Nov 6, 2024
1 parent 4dfe8bc commit bd5c85a
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions email/news-letter.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,6 @@
border-bottom: 1px solid #ddd;
}

.entry img {
width: 100%;
height: auto;
max-width: 600px;
max-height: 400px;
border-radius: 5px;
}

.entry h2 {
color: #3A7CA5;
margin-top: 0;
Expand Down Expand Up @@ -71,7 +63,8 @@ <h1>QuickBrew Newsletter</h1>
<a href="{{.Link}}" target="_blank">
<h2>{{.Title}}</h2>
{{if .ImageURL}}
<img src="{{.ImageURL}}" alt="{{.Title}}">
<img src="{{.ImageURL}}" alt="{{.Title}}"
style="width: 100%; height: auto; max-width: 600px; max-height: 400px; border-radius: 5px;">
{{end}}
</a>
</div>
Expand Down

0 comments on commit bd5c85a

Please sign in to comment.