Skip to content

Commit

Permalink
Revert incorrect CSS formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierobert authored Nov 8, 2023
1 parent e05f62b commit 52c3825
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/stylesheets/components/_card-talk.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand All @@ -35,7 +35,7 @@
border-radius: 50%;
}

&__profile+&__info {
&__profile + &__info {
padding-left: 0.5rem;
}

Expand All @@ -59,7 +59,7 @@
}

// For dual speaker talks
&+& {
& + & {
margin-top: 0.5rem;
}
}
}

0 comments on commit 52c3825

Please sign in to comment.