Skip to content

Commit 8097681

Browse files
authored
Merge pull request #119 from HaruHan-Mail/develop
fix(118) : 이메일 템플릿에 글씨 크기와 마진 값 수정
2 parents 3ab3df6 + bb4c92f commit 8097681

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

src/main/resources/templates/question-email.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ <h2 style="font-size:22px;margin-bottom:16px;color:#444;">오늘의 지식</h2>
2424
</a>
2525
</div>
2626

27-
<div style="margin-top:30px;text-align:center;font-size:14px;color:#aaa;border-top:1px solid #eee;padding-top:20px;">
28-
<a th:href="@{https://haruhan.site/content/mine(email=${email}, token=${token})}" style="color:#aaa;margin:0 12px;text-decoration:none;">나의 질문</a>
27+
<div style="margin-top:30px;text-align:center;font-size:12px;color:#aaa;border-top:1px solid #eee;padding-top:20px;">
28+
<a th:href="@{https://haruhan.site/content/mine(email=${email}, token=${token})}" style="color:#aaa;margin:0 8px;text-decoration:none;">나의 질문</a>
2929
|
30-
<a th:href="@{https://haruhan.site/setting(email=${email}, token=${token})}" style="color:#aaa;margin:0 12px;text-decoration:none;">수신 설정</a>
30+
<a th:href="@{https://haruhan.site/setting(email=${email}, token=${token})}" style="color:#aaa;margin:0 8px;text-decoration:none;">수신 설정</a>
3131
|
32-
<a th:href="@{https://haruhan.site/feedback(email=${email}, token=${token})}" style="color:#aaa;margin:0 12px;text-decoration:none;">피드백 작성</a>
32+
<a th:href="@{https://haruhan.site/feedback(email=${email}, token=${token})}" style="color:#aaa;margin:0 8px;text-decoration:none;">피드백 작성</a>
3333
|
34-
<a th:href="@{https://haruhan.site/unsubscribe(email=${email}, token=${token})}" style="color:#aaa;margin:0 12px;text-decoration:none;">구독 해지</a>
34+
<a th:href="@{https://haruhan.site/unsubscribe(email=${email}, token=${token})}" style="color:#aaa;margin:0 8px;text-decoration:none;">구독 해지</a>
3535
</div>
3636

3737
</div>

src/main/resources/templates/welcome-email.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ <h2 style="font-size:22px;margin-bottom:16px;color:#444;">🎉 환영합니다!<
2727
</p>
2828
</div>
2929

30-
<div style="margin-top:30px;text-align:center;font-size:14px;color:#aaa;border-top:1px solid #eee;padding-top:20px;">
31-
<a th:href="@{https://haruhan.site/setting(email=${email}, token=${token})}" style="color:#aaa;margin:0 12px;text-decoration:none;">수신 설정</a>
30+
<div style="margin-top:30px;text-align:center;font-size:12px;color:#aaa;border-top:1px solid #eee;padding-top:20px;">
31+
<a th:href="@{https://haruhan.site/setting(email=${email}, token=${token})}" style="color:#aaa;margin:0 8px;text-decoration:none;">수신 설정</a>
3232
|
33-
<a th:href="@{https://haruhan.site/feedback(email=${email}, token=${token})}" style="color:#aaa;margin:0 12px;text-decoration:none;">피드백 작성</a>
33+
<a th:href="@{https://haruhan.site/feedback(email=${email}, token=${token})}" style="color:#aaa;margin:0 8px;text-decoration:none;">피드백 작성</a>
3434
|
35-
<a th:href="@{https://haruhan.site/unsubscribe(email=${email}, token=${token})}" style="color:#aaa;margin:0 12px;text-decoration:none;">구독 해지</a>
35+
<a th:href="@{https://haruhan.site/unsubscribe(email=${email}, token=${token})}" style="color:#aaa;margin:0 8px;text-decoration:none;">구독 해지</a>
3636
</div>
3737

3838
</div>

0 commit comments

Comments
 (0)