Knigge: page-container (kein Doppel-Padding), Radfahrer-Icon, SW by-v418
This commit is contained in:
parent
aeed35078f
commit
c272812661
4 changed files with 6 additions and 4 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Router, State-Management, Navigation, Initialisierung.
|
||||
============================================================ */
|
||||
|
||||
const APP_VER = '396'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
const APP_VER = '397'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
|
||||
const App = (() => {
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ window.Page_knigge = (() => {
|
|||
tipps: 'Hund nie unbeaufsichtigt mit Kindern. Kind fragen ob es streicheln darf. Hund dahinter positionieren, nicht zwischen Kind und Weg.',
|
||||
},
|
||||
{
|
||||
icon: '<svg class="ph-icon" aria-hidden="true"><use href="/icons/phosphor.svg#person-simple-run"></use></svg>',
|
||||
icon: '<svg class="ph-icon" aria-hidden="true"><use href="/icons/phosphor.svg#person-simple-bike"></use></svg>',
|
||||
titel: 'Radfahrer',
|
||||
tipps: 'Hund an die Seite nehmen. Fahrrad = potentielle Bedrohung für manche Hunde. Frühzeitig weglenken.',
|
||||
},
|
||||
|
|
@ -116,7 +116,7 @@ window.Page_knigge = (() => {
|
|||
// ----------------------------------------------------------
|
||||
function _render() {
|
||||
_container.innerHTML = `
|
||||
<div class="page-container" style="padding:var(--space-4) var(--space-4) var(--space-8)">
|
||||
<div class="page-container">
|
||||
${_renderBegegnungen()}
|
||||
${_renderVoting()}
|
||||
${_renderKiRat()}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue