mirror of
https://0xacab.org/sutty/sutty
synced 2025-02-21 11:21:50 +00:00
fix: mostrar el logo en responsive
This commit is contained in:
parent
1be894403a
commit
21af0bfc4f
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
%nav.navbar.flex-nowrap
|
%nav.navbar.flex-nowrap
|
||||||
%a.navbar-brand.order-0.d-none.d-sm-block{ href: '/' }
|
%a.navbar-brand.order-0{ href: '/' }
|
||||||
= inline_svg_tag 'sutty.svg', class: 'black', aria: true,
|
= inline_svg_tag 'sutty.svg', class: 'black', aria: true,
|
||||||
title: t('svg.sutty.title'), desc: t('svg.sutty.desc')
|
title: t('svg.sutty.title'), desc: t('svg.sutty.desc')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue