From 52c3825160d7a7331c937d09c0ae9d2353c2c0c7 Mon Sep 17 00:00:00 2001 From: Olivier Robert Date: Wed, 8 Nov 2023 09:35:10 +0100 Subject: [PATCH] Revert incorrect CSS formatting --- frontend/stylesheets/components/_card-talk.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/stylesheets/components/_card-talk.scss b/frontend/stylesheets/components/_card-talk.scss index a80aec4..5385105 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,7 +35,7 @@ border-radius: 50%; } - &__profile+&__info { + &__profile + &__info { padding-left: 0.5rem; } @@ -59,7 +59,7 @@ } // For dual speaker talks - &+& { + & + & { margin-top: 0.5rem; } -} \ No newline at end of file +}