Fix styles, add introductory text

pull/2/head
Benjamin Bädorf 2021-10-22 18:46:49 +02:00
parent bae8ea59a7
commit 095eba927b
No known key found for this signature in database
GPG Key ID: 4406E80E13CD656C
2 changed files with 15 additions and 2 deletions

View File

@ -1 +1,8 @@
layout: layouts/default.njk
article: "
We are an interdisciplinary creative space. We offer affordable space to work and exchange ideas in. Our community is composed of people from a variety of backgrounds.
each one teach one.
"

View File

@ -78,6 +78,7 @@ a {
left: 0;
right: 0;
padding: 0.5em 0.666rem;
padding-right: 3.75rem;
background: white;
color: black;
z-index: 0;
@ -131,12 +132,13 @@ a {
}
.mi-person--role {
font-size: 0.4rem;
margin: 0;
}
.mi-person--contact-toggle {
font-size: 0.4rem;
font-weight: 900;
font-weight: 400;
color: #ff006c;
cursor: pointer;
}
@ -145,7 +147,7 @@ a {
margin: 0;
padding: 0;
list-style: none;
font-size: 0.4rem;
font-size: 0.3rem;
}
.mi-person--contact-option-name {
@ -183,6 +185,10 @@ a {
padding: 1.12rem 0;
}
.mi-things-we-are::before {
padding-right: 8.05rem;
}
.mi-things-we-are--thing:first-child {
margin-top: -1.6rem;
}