diff --git a/sites/coderdojo/index.md b/sites/coderdojo/index.md index 46365ce..c81cc88 100644 --- a/sites/coderdojo/index.md +++ b/sites/coderdojo/index.md @@ -28,10 +28,12 @@ Kostenlose Programmier- und Techniktreffen für Kinder und Jugendliche im Raum W

Newsletter

+ Bleibe über neue Veranstaltungen informiert.
-

Mentor werden

+

Kontakt

+ Wir suchen immer interessierte Kursleitende!
diff --git a/styles/components/_actions.scss b/styles/components/_actions.scss index 41a5971..879efb7 100644 --- a/styles/components/_actions.scss +++ b/styles/components/_actions.scss @@ -55,6 +55,16 @@ height: 10rem; } + > span { + color: colors.$gray-600; + } + + > span, + > em { + margin-top: layout.$small-gap; + margin-bottom: layout.$small-gap; + } + &:hover { background-color: colors.$gray-100; transform: translateY(-0.5rem); @@ -94,6 +104,10 @@ &:not(:first-of-type) { grid-column: span 2; } + + &:nth-child(4):last-child { + grid-column: 3 / span 4; + } } } }