Skip to content

Commit

Permalink
Remove > selector from elements
Browse files Browse the repository at this point in the history
  • Loading branch information
the-kraljica authored and geriom committed Oct 14, 2022
1 parent 19ec7be commit 1e7e329
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/scss/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,22 @@
@extend .img-fluid;
}

> table {
table {
@extend .table-striped;

@extend .table-responsive;

@extend .table;
}

> blockquote {
blockquote {
padding: 0 0 0 1rem;
margin-bottom: $spacer;
color: $gray-600;
border-left: 6px solid $secondary;
}

> ul li, > ol li {
ul li, ol li {
margin-bottom: .25rem;
}

Expand Down

0 comments on commit 1e7e329

Please sign in to comment.