From 095eba927bb4da572269cb05f1d48c1b5257b4cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Fri, 22 Oct 2021 18:46:49 +0200 Subject: [PATCH] Fix styles, add introductory text --- index.yml | 7 +++++++ styles.css | 10 ++++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) 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; }