Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
papizzo committed Jul 27, 2023
2 parents 51d0b71 + 89d18c1 commit fe847ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions terra-frontend/src/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<CHeaderNavItem tabindex="-1">
<CImg
src="../img/LogoTerraFull.png"
style="max-width: 95%"
style="max-width: 70%"
class="d-md-down-none"
:alt="$t('header.logo_terra')"
:title="$t('header.logo_terra')"
Expand All @@ -46,15 +46,15 @@
<CHeaderNavItem tabindex="-1">
<CImg
src="../img/LogoSTSP.png"
style="max-width: 90%"
style="max-width: 50%"
class="d-md-down-none mr-3"
:alt="$t('header.logo_statistica_sp')"
:title="$t('header.logo_statistica_sp')"
:aria-label="$t('header.logo_statistica_sp')"
tabindex="0" />
<CImg
src="../img/LogoSTSP.png"
style="max-width: 80%"
style="max-width: 50%"
class="d-lg-none"
:alt="$t('header.logo_statistica_sp')"
:title="$t('header.logo_statistica_sp')"
Expand Down Expand Up @@ -160,7 +160,7 @@ export default {
color: #321fdb;
}
.c-header-nav {
padding-left: 0.5rem;
padding-left: 0.1rem;
}
.c-icon {
margin-right: 0.4rem;
Expand Down

0 comments on commit fe847ef

Please sign in to comment.