Skip to content
Snippets Groups Projects
Commit e66ac8f5 authored by Pierre-Jean CHANCELLIER's avatar Pierre-Jean CHANCELLIER
Browse files

add css container class for members vues

parent 67d35ada
No related branches found
No related tags found
No related merge requests found
<template>
<main class="content container">
<main class="container">
<NavigationLoader :isLoading="$apollo.queries.idFromHash.loading" />
<transition name="fade">
<div class="alert alert-danger" v-if="error">{{ error }}</div>
......
<template>
<main class="content">
<main class="container">
<h2 class="text-center mb-5 font-weight-light">Membres</h2>
<div class="row mb-4">
<div class="col-6 m-auto text-center">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment