Skip to content

Commit

Permalink
Set french republic logo in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
MelanieMEB committed Sep 18, 2020
1 parent 8a16132 commit d404d42
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions components/AppFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<div class="sitelogo-row__item">
<img
class="ministere"
:alt="$t('alt.footer.backed-by-education-ministry')"
src="/images/ministere-logo.svg"
:alt="$t('alt.header-nav.public-service')"
src="/images/marianne-logo.svg"
/>
</div>
</div>
Expand Down Expand Up @@ -168,13 +168,12 @@ footer {
@include device-is('large-mobile') {
flex-direction: row;
align-items: center;
align-items: left;
justify-content: space-evenly;
}
}
.sitelogo-row__item {
text-align: center;
margin-bottom: 20px;
img {
Expand Down

0 comments on commit d404d42

Please sign in to comment.