Fix styles, add introductory text
This commit is contained in:
parent
bae8ea59a7
commit
095eba927b
2 changed files with 15 additions and 2 deletions
|
@ -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.
|
||||
"
|
||||
|
|
10
styles.css
10
styles.css
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue