We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5aa00b9 + a857558 commit ddcffa8Copy full SHA for ddcffa8
src/blog/default.template.html
@@ -20,9 +20,9 @@
20
</div>
21
22
<div class="bulma-section bulma-container bulma-is-max-desktop">
23
- <div class="bulma-columns">
+ <div class="bulma-grid bulma-is-col-min-12 bulma-is-column-gap-2 bulma-is-row-gap-2">
24
@:for(author)
25
- <div class="bulma-column">
+ <div class="bulma-cell">
26
@:include(/templates/bio.template.html) { render-bio = true }
27
28
@:@
src/templates/bio.template.html
@@ -13,7 +13,7 @@
13
@:if(_.render-bio)
14
@:for(_.bio)
15
<br />
16
- ${_.bio}
+ <span class="hyphenate">${_.bio}</span>
17
18
19
@:if(_.render-title)
0 commit comments