Skip to content

Commit

Permalink
refactor: 이메일 제목이 긴 경우 문제 해결한 템플릿 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 committed Jul 18, 2024
1 parent 1898531 commit 4f34028
Showing 1 changed file with 24 additions and 20 deletions.
44 changes: 24 additions & 20 deletions email/src/main/resources/templates/article.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,20 @@
BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI',
'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic',
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
background-color: #ffffff;
background-color: #ffffff;
"
>
<table
align="center"
width="100%"
cellpadding="0"
cellspacing="0"
style="max-width: 480px; width: 100%; background-color: #ffffff; color : #000000"
style="
max-width: 480px;
width: 100%;
background-color: #ffffff;
color: #000000;
"
>
<tr>
<td style="padding: 30px 20px">
Expand All @@ -35,7 +40,7 @@
<img
src="https://eehhqckznniu25210545.cdn.ntruss.com/images/2024-07-05/B4RRKVh8aEHCHBTS.png"
alt="few_logo"
style="display: block; margin: 0 auto"
style="display: block; margin: 0 auto; max-width: 480px"
/>
</td>
</tr>
Expand Down Expand Up @@ -125,27 +130,26 @@
</tr>
<tr>
<td colspan="1" style="padding-top: 20px">
<span
style="
color: #a5a5a5;
font-size: 16px;
font-weight: 500;
line-height: normal;
"
>작가</span
>
<span
style="
color: #a5a5a5;
font-size: 16px;
font-weight: 500;
line-height: normal;
"
>작가</span
>
<span
style="
color: #484848;
font-size: 16px;
margin-left: 8px;
font-weight: 700;
line-height: normal;
"
color: #484848;
font-size: 16px;
margin-left: 8px;
font-weight: 700;
line-height: normal;
"
id="writer-name"
th:text="${writerName}"
></span
>
></span>
<a
th:href="${writerLink}"
id="writer-link"
Expand Down

0 comments on commit 4f34028

Please sign in to comment.