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 +}