diff --git a/frontend/stylesheets/components/_card-talk.scss b/frontend/stylesheets/components/_card-talk.scss index 07cce7b..a80aec4 100644 --- a/frontend/stylesheets/components/_card-talk.scss +++ b/frontend/stylesheets/components/_card-talk.scss @@ -9,7 +9,7 @@ font-size: map-get(variables.$font-sizes, 'xl'); } - > a:not(:hover) { + >a:not(:hover) { color: variables.$base-font-color; text-decoration: none; } @@ -35,10 +35,15 @@ border-radius: 50%; } - &__profile + &__info { + &__profile+&__info { padding-left: 0.5rem; } + &__cancellation { + margin-top: 1rem; + font-size: smaller; + } + &__social { &-icon.icon { width: calc(2rem * 0.65); @@ -54,7 +59,7 @@ } // For dual speaker talks - & + & { + &+& { margin-top: 0.5rem; - } -} + } +} \ No newline at end of file diff --git a/src/_components/card_talk.liquid b/src/_components/card_talk.liquid index a861702..8ea2e7c 100644 --- a/src/_components/card_talk.liquid +++ b/src/_components/card_talk.liquid @@ -36,11 +36,11 @@ {% endif %} - {% if event.cancellation_note %} -
- {{ event.cancellation_note }} -
- {% endif %} + {% if event.cancellation_note %} +
+ {{ event.cancellation_note }} +
+ {% endif %}