feat [front]: improve accessibility + bugs

This commit is contained in:
Alice 2022-08-27 15:08:10 +02:00
parent 006aa19205
commit 8186070ab4
2 changed files with 3 additions and 1 deletions

View file

@ -71,7 +71,7 @@ const menuItems = [
{
label: "Informations pratiques",
link: "/infos-pratiques",
},
},*/
{
label: "À propos",
link: "/a-propos",
@ -144,6 +144,7 @@ $navbar-item-img-max-height: 105px
display: none
@include desktop
background-color: rgba(240, 237, 234, 62%)
display: block
.networks
display: none

View file

@ -1,5 +1,6 @@
<template>
<main>
<h1 hidden>Page d'accueil</h1>
<section class="section">
<h2 class="title">La semaine prochaine</h2>
<MovieCardFull :film="firstFilm" />