Skip to content

Commit 1e7e329

Browse files
the-kraljicageriom
authored andcommitted
Remove > selector from elements
1 parent 19ec7be commit 1e7e329

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assets/scss/_content.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,22 +35,22 @@
3535
@extend .img-fluid;
3636
}
3737

38-
> table {
38+
table {
3939
@extend .table-striped;
4040

4141
@extend .table-responsive;
4242

4343
@extend .table;
4444
}
4545

46-
> blockquote {
46+
blockquote {
4747
padding: 0 0 0 1rem;
4848
margin-bottom: $spacer;
4949
color: $gray-600;
5050
border-left: 6px solid $secondary;
5151
}
5252

53-
> ul li, > ol li {
53+
ul li, ol li {
5454
margin-bottom: .25rem;
5555
}
5656

0 commit comments

Comments
 (0)