styles: break word

This commit is contained in:
SerKo 2022-05-10 16:32:59 +08:00
parent 884f91b65b
commit ec09e06712
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<body class="bg:fade-84@dark font:fade-16@dark"> <body class="bg:fade-84@dark font:fade-16@dark">
{{ partial "header.html" . -}} {{ partial "header.html" . -}}
<div class="d:flex flex:column@<=sm pt:90 px:24 jc:center gap:44"> <div class="d:flex flex:column@<=sm pt:90 px:24 jc:center gap:44 word-break:break-word">
{{- block "side" . }}{{- end }} {{- block "side" . }}{{- end }}
<div class="max-w:700 w:full box:content-box"> <div class="max-w:700 w:full box:content-box">
{{- block "main" . }}{{- end }} {{- block "main" . }}{{- end }}