Minor changes
This commit is contained in:
@@ -167,7 +167,7 @@ export const config = {
|
||||
}
|
||||
],
|
||||
map : {
|
||||
center: [45.30833, 12.240278],
|
||||
center: [45.42833, 12.340278],
|
||||
initialZoom : 12,
|
||||
minZoom : 6,
|
||||
maxZoom : 18
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user