5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-08 23:05:45 +00:00

fix: usar guionado en título y descripción #13160

This commit is contained in:
f 2023-04-20 18:17:41 -03:00
parent f45f500bb2
commit b9a609d07a
2 changed files with 5 additions and 2 deletions

View file

@ -386,6 +386,7 @@ $bezier: cubic-bezier(0.75, 0, 0.25, 1);
}
.word-break-all { word-break: break-all !important; }
.hyphens { hyphens: auto; }
/*
* Modificadores de Bootstrap que no tienen versión responsive.

View file

@ -1,7 +1,9 @@
%main.row
%aside.menu.col-md-3
%h1= @site.title
%p.lead= @site.description
.hyphens{ lang: @site.default_locale }
%h1= @site.title
%p.lead= @site.description
- cache_if @usuarie, [@site, I18n.locale] do
= render 'sites/status', site: @site