diff --git a/index.yml b/index.yml index 83ff752..51ff401 100644 --- a/index.yml +++ b/index.yml @@ -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. +" diff --git a/styles.css b/styles.css index 9d90e60..34baf25 100644 --- a/styles.css +++ b/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; }