Minor changes

This commit is contained in:
2026-05-21 13:03:32 +02:00
parent 03b9b9157b
commit 8ce7492f4e
2 changed files with 2 additions and 2 deletions

View File

@@ -167,7 +167,7 @@ export const config = {
}
],
map : {
center: [45.30833, 12.240278],
center: [45.42833, 12.340278],
initialZoom : 12,
minZoom : 6,
maxZoom : 18

View File

@@ -32,7 +32,7 @@ export default class extends Controller {
const description = document.createElement('p');
description.textContent = event.content?.description.trim();
description.classList.add('py-3', 'my-2', 'fst-italic');
description.classList.add('py-3', 'my-0', 'fst-italic');
body.appendChild(description);