diff --git a/blueprint.md b/blueprint.md index 3cfbb36..04bc1c3 100644 --- a/blueprint.md +++ b/blueprint.md @@ -8,9 +8,12 @@ The following is a rough blueprint for starting a local "twentyone" community, o ![](/images/blueprint.png) -It might help to watch the last [10 minutes of this -video](https://youtu.be/iOWvL9-4k4A?t=982), which explains the blueprint in more -detail. +It might help to watch the last [10 minutes of this video](https://youtu.be/iOWvL9-4k4A?t=982), which explains the blueprint in more detail. +We explicitely encourage you to learn from our experience and adopt the [concept](/concept). + +
+ +
## Team Up diff --git a/css/21.css b/css/21.css index 7195b34..1c9f564 100644 --- a/css/21.css +++ b/css/21.css @@ -205,9 +205,12 @@ h3:hover .headerlink { /* Video */ .flex-vid { + position: relative; height: 100%; + padding-bottom: 56.25%; } .flex-vid iframe { + position: absolute; width: 100%; height: 100%; -} \ No newline at end of file +}