|
|
@@ -14,12 +14,6 @@ Menu Navigation
|
|
|
</div>
|
|
|
</div>
|
|
|
<div v-else class="loading-screen">
|
|
|
- <v-img
|
|
|
- src="/images/logos/opentalent/Logo_Opentalent-gris.png"
|
|
|
- alt="Logo Opentalent - Agenda et logiciels culturels"
|
|
|
- class="logo ml-4"
|
|
|
- width="200"
|
|
|
- />
|
|
|
<v-progress-circular indeterminate />
|
|
|
</div>
|
|
|
</template>
|
|
|
@@ -75,7 +69,7 @@ const onIntersect = (isIntersecting: boolean) => {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
align-items: center;
|
|
|
- justify-content: flex-start;
|
|
|
+ justify-content: center;
|
|
|
height: 120px;
|
|
|
padding: 16px;
|
|
|
margin: 0 10%;
|