Merge pull request 'design: more fixes' (#12) from fixes-round-x into main
continuous-integration/drone/push Build is passing Details

Reviewed-on: #12
pull/13/head
b12f 2024-04-15 09:35:47 +00:00
commit 096a3ab57b
Signed by: pub.solar gitea
GPG Key ID: F0332B04B7054873
6 changed files with 12 additions and 4 deletions

View File

@ -1 +1 @@
'?v=2'
'?v=3'

View File

@ -27,7 +27,9 @@
en: imprint
de: Impressum
link: /imprint
slight: true
- text:
en: privacy policy
de: Datenschutz
link: /privacy-policy
slight: true

View File

@ -12,7 +12,7 @@
{{ else }}
<li class="mi-nav--item">
<a
class="mi-nav--link"
class="mi-nav--link {{ if item.slight }}mi-nav--link_slight{{ /if }}"
href="{{ if language.urlPrefix }}/{{ language.urlPrefix }}{{ /if }}{{ item.link }}"
>{{ item.text[language.slug] }}</a>
</li>

View File

@ -9,7 +9,7 @@ Suchst du einen Raum, um eigene Projekte wie Workshops, Veranstaltungen oder Rel
Vielleicht hast du auch Interesse daran, gemeinsam mit uns ein Projekt oder eine Veranstaltung zu organisieren.
Du hast auch die Option, einen Platz in unserer Werkstatt, im Büro oder im Atelier für 180,- im Monat zu mieten und Teil unseres Kollektivs werden. Wir möchten unseren Kreis erweitern und suchen nach weiteren Gleichgesinnten, die Lust haben, sich mit ihren eigenen Projekten einzubringen. Unser solidarisches Finanzierungskonzept sorgt dafür, dass die Kosten fair aufgeteilt werden.
Du hast auch die Option, einen Platz in unserer Werkstatt, im Büro oder im Atelier für 180,- im Monat zu mieten und Teil unseres Kollektivs werden. Wir möchten unseren Kreis erweitern und suchen nach weiteren Gleichgesinnten, die Lust haben, sich mit ihren eigenen Projekten einzubringen. Unser solidarisches Finanzierungskonzept sorgt dafür, dass die Kosten fair aufgeteilt werden.
Außerdem stehen bei uns Workshops und Unterricht im Bereich Malerei, Stickerei, Näherei, Holzarbeit, ein Repaircafé und Cryptopartys zur Verfügung.

View File

@ -9,7 +9,7 @@ Are you looking for a space to realize your own projects such as workshops, even
Perhaps you are interested in a project/event collaboration with us?
You also have the option to rent a work space in our wood and metal shop, office, or studio for 180 per month and become part of our collective. We aim to expand our circle and are seeking like-minded people who are eager to contribute with their own creative projects. Our solidarity- based finance concept ensures that costs are fairly distributed.
You also have the option to rent a work space in our wood and metal shop, office, or studio for 180 per month and become part of our collective. We aim to expand our circle and are seeking like-minded people who are eager to contribute with their own creative projects. Our solidarity- based finance concept ensures that costs are fairly distributed.
Additionally, we offer workshops and classes in painting, embroidery, sewing, woodwork, a repair café and cryptoparties.

View File

@ -185,6 +185,7 @@ h4 {
display: flex;
align-items: stretch;
justify-content: space-between;
font-weight: bold;
}
.mi-nav--toggle {
@ -311,6 +312,10 @@ h4 {
text-decoration: none;
}
.mi-nav--link_slight {
font-weight: normal;
}
.mi-nav--link:before {
display: inline-block;
content: '__';
@ -327,6 +332,7 @@ h4 {
flex-grow: 0;
position: relative;
margin-bottom: var(--box-padding);
hyphens: auto;
}
.mi-main a,