add address
This commit is contained in:
parent
891911b41c
commit
4cb03ce676
2 changed files with 39 additions and 1 deletions
|
|
@ -17,6 +17,20 @@ Wir wollen das nicht hinnehmen.
|
||||||
|
|
||||||
Daher gehen wir auf die Straße. Am 20.06. um 14 Uhr in Hamburg, auf dem Hansaplatz.
|
Daher gehen wir auf die Straße. Am 20.06. um 14 Uhr in Hamburg, auf dem Hansaplatz.
|
||||||
|
|
||||||
|
## Wo?
|
||||||
|
|
||||||
|
<div class="place">
|
||||||
|
<div>
|
||||||
|
Hansaplatz<br>
|
||||||
|
20099 Hamburg
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="osm-embedd">
|
||||||
|
<iframe src="https://www.openstreetmap.org/export/embed.html?bbox=10.009161829948427%2C53.55274134317091%2C10.012761354446411%2C53.556750282615745&layer=mapnik"></iframe>
|
||||||
|
<small><a href="https://www.openstreetmap.org/?#map=18/53.554746/10.010962">View Larger Map</a></small>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
## Aktuelle Gesetzesänderungen
|
## Aktuelle Gesetzesänderungen
|
||||||
|
|
|
||||||
|
|
@ -90,12 +90,36 @@
|
||||||
nav {
|
nav {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
gap: var(--space-s);
|
gap: var(--space-xs);
|
||||||
|
|
||||||
li {
|
li {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.place {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
justify-content: space-around;
|
||||||
|
align-items: center;
|
||||||
|
gap: var(--space-s);
|
||||||
|
|
||||||
|
.osm-embedd {
|
||||||
|
flex-grow: 1;
|
||||||
|
min-width: 400px;
|
||||||
|
max-width: 600px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
gap: var(--space-xs);
|
||||||
|
|
||||||
|
iframe {
|
||||||
|
border: 1px solid var(--color-primary);
|
||||||
|
width: 100%;
|
||||||
|
aspect-ratio: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue