Add contact email

This commit is contained in:
Arnaud Delcasse
2026-01-06 07:49:58 +01:00
parent 3f209fe461
commit 11ddd89133
3 changed files with 29 additions and 5 deletions

View File

@@ -6,9 +6,9 @@
font-family: "Bitter";
font-style: normal;
src: url("https://coopgo.fr/fonts/Bitter-Regular.woff") format("woff"); }
html {
font-family: Bitter, serif;
font-family: Bitter, serif;
}
.bg-co-blue {
@@ -20,8 +20,9 @@
text-align: center;
}
.w-96 {
width: 24rem/* 384px */;
.logo {
max-width: 300px;
height: auto;
}
.p-10 {
@@ -52,7 +53,7 @@
</head>
<body>
<div class="bg-co-blue text-center text-white p-10">
<img class="w-96" src="https://coopgo.fr/images/coopgo-logo-bluegreen.svg" alt="PARCOURSMOB" />
<img class="logo" src="{{.baseUrl}}/public/images/mobicoop-solidaire.png" alt="Mobicoop solidaire" />
</div>
<div class="max-w-3xl m-auto">
{{template "content" .}}