5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-04 22:56:55 +00:00

fix: usar guionado en título y descripción #13160
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
f 2023-04-20 18:17:41 -03:00
parent 29f4c7a847
commit f35df41d1b
2 changed files with 6 additions and 2 deletions

View file

@ -383,6 +383,8 @@ $bezier: cubic-bezier(0.75, 0, 0.25, 1);
}
}
.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