Skip to content

Commit 6c02aaf

Browse files
committed
Change Cover Title Style
1 parent 7ad175f commit 6c02aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/cover.ftl

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="cover">
66
<img src="${(img?? && img != "")?string(img, settings.default_pic)}" alt="">
77
</div>
8-
<div class="title">
8+
<div class="title container">
99
<#if title?? && title != "">
1010
<h1>${title!}</h1>
1111
</#if>

0 commit comments

Comments
 (0)