mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-18 18:36:23 +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
|
||||
%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,
|
||||
title: t('svg.sutty.title'), desc: t('svg.sutty.desc')
|
||||
|
||||
|
|
Loading…
Reference in a new issue