mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-07 14:12:43 +00:00
Change div syntax in snippet to curly-brace v3 syntax
This commit is contained in:
@@ -110,11 +110,11 @@ module.exports = ()=>{
|
|||||||
.page:nth-child(2n+1) .footnote { left: 80px; text-align: left; }
|
.page:nth-child(2n+1) .footnote { left: 80px; text-align: left; }
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div style='margin-top:450px;'></div>
|
{{margin-top:225px}}
|
||||||
|
|
||||||
# ${_.sample(titles)}
|
# ${_.sample(titles)}
|
||||||
|
|
||||||
<div style='margin-top:25px'></div>
|
{{margin-top:25px}}
|
||||||
|
|
||||||
{{wide
|
{{wide
|
||||||
##### ${_.sample(subtitles)}
|
##### ${_.sample(subtitles)}
|
||||||
|
|||||||
Reference in New Issue
Block a user