Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/serg/yourfolio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/modules/projects.html')
-rw-r--r--layouts/partials/modules/projects.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/modules/projects.html b/layouts/partials/modules/projects.html
index a5c2475..b079476 100644
--- a/layouts/partials/modules/projects.html
+++ b/layouts/partials/modules/projects.html
@@ -8,10 +8,10 @@
<div class="project-hover">
<div class="project-caption">
{{- with .title -}}
- <div class="project-title">{{.}}</div>
+ <div class="break-word project-title">{{.}}</div>
{{- end -}}
{{- with .type -}}
- <div class="project-type">{{.}}</div>
+ <div class="break-word project-type">{{.}}</div>
{{- end -}}
</div>
</div>