mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-17 05:46:23 +00:00
fix: usar guionado en título y descripción #13160
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
29f4c7a847
commit
f35df41d1b
2 changed files with 6 additions and 2 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue