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

reduce margin for titles

parent 85d66a5c
No related branches found
No related tags found
No related merge requests found
<template>
<main class="container">
<h2 class="text-center my-5 font-weight-light">
<h2 class="text-center my-4 font-weight-light">
{{ $t("favoris.title") }}
</h2>
<NavigationLoader :isLoading="$apollo.queries.favoris.loading" />
......
<template>
<main class="container">
<h2 class="text-center my-5 font-weight-light">{{ $t("inout") }}</h2>
<h2 class="text-center my-4 font-weight-light">{{ $t("inout") }}</h2>
<NavigationLoader :isLoading="$apollo.queries.newMembers.loading" />
<transition name="fade">
<div class="alert alert-danger" v-if="error">{{ error }}</div>
......
......@@ -2,7 +2,7 @@
<main class="container">
<div class="rech-lexique row mb-4">
<div class="col-md-6 mx-auto">
<h2 class="text-center my-5 font-weight-light">{{ $t("lexique") }}</h2>
<h2 class="text-center my-4 font-weight-light">{{ $t("lexique") }}</h2>
<div class="form-group">
<input
v-model="search"
......
<template>
<main class="container">
<h2 class="text-center my-5 font-weight-light">{{ $t("membres") }}</h2>
<h2 class="text-center my-4 font-weight-light">{{ $t("membres") }}</h2>
<div class="row mb-4">
<div class="col-sm-8 col-md-6 col-lg-5 m-auto text-center">
<label for="rech" class="form-label">{{ $t("recherche.title") }}</label>
......
<template>
<main class="container">
<h2 class="text-center my-5 font-weight-light">{{ $t("params.title") }}</h2>
<h2 class="text-center my-4 font-weight-light">{{ $t("params.title") }}</h2>
<NavigationLoader :isLoading="$apollo.queries.allParameters.loading" />
<transition name="fade">
<div class="alert alert-danger" v-if="error">{{ error }}</div>
......
<template>
<main class="container">
<h2 class="text-center my-5 font-weight-light">{{ $t("futureexits") }}</h2>
<h2 class="text-center my-4 font-weight-light">{{ $t("futureexits") }}</h2>
<div class="row mb-4">
<div class="col-6 m-auto text-center">
<label for="period" class="form-label">{{
......
......@@ -6,7 +6,7 @@
</transition>
<transition name="fade">
<div v-if="wwResult">
<h2 class="text-center my-5 font-weight-light">
<h2 class="text-center my-4 font-weight-light">
{{ $t("previsions.title") }}
<small
><span class="badge badge-secondary">{{
......
<template>
<main class="container">
<h2 class="text-center my-5 font-weight-light">{{ myvar }}</h2>
<h2 class="text-center my-4 font-weight-light">{{ myvar }}</h2>
<code
>For internal links, use
<NuxtLink :to="localePath('path/page')">My link</NuxtLink></code
......
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