From d81c65c12940106a310cae93760e18d045598d6b Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Wed, 26 Jun 2019 18:56:12 +0200 Subject: [PATCH] index.html: add calendar overview --- draft/index.html | 20 ++++++++++++++++++++ draft/res/content/structure.scss | 2 +- draft/res/content/typography.scss | 8 +++++++- 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/draft/index.html b/draft/index.html index 737e6a8..f424fe1 100644 --- a/draft/index.html +++ b/draft/index.html @@ -49,9 +49,29 @@
+

Chaos Computer Club Dresden

Der CCC Dresden (C3D2) ist eine Gruppe von Leuten, die Spaß am kreativen Umgang mit Informationstechnologie haben. Wir verstehen uns als Plattform Gleichgesinnter und bilden einen Erfa des Chaos Computer Clubs. Mehr...

+

Nächste Termine in unserem Kalender

+

Zuletzt geändert im C3D2-Wiki

  • 36C3/Ticket diff --git a/draft/res/content/structure.scss b/draft/res/content/structure.scss index 6b46b42..da18f2f 100644 --- a/draft/res/content/structure.scss +++ b/draft/res/content/structure.scss @@ -30,7 +30,7 @@ main { } & > * + * { - margin-left: 1rem; + margin-left: 2rem; } } } diff --git a/draft/res/content/typography.scss b/draft/res/content/typography.scss index e0f7952..d321633 100644 --- a/draft/res/content/typography.scss +++ b/draft/res/content/typography.scss @@ -25,7 +25,13 @@ main { } ul { - @include stack(0.25rem); + &:not(.stretched) { + @include stack(0.25rem); + } + &.stretched { + @include stack(0.5rem); + } + list-style: inside square url(https://c3d2.de/images/bullet.png); & > li {