Skip to content

Commit

Permalink
Tweak after maintainer review2
Browse files Browse the repository at this point in the history
Signed-off-by: 8rxn <[email protected]>
  • Loading branch information
8rxn committed May 14, 2023
1 parent 5f43ee8 commit 35a44fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sections/Learn/Book-single/BookSingle.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ const BookSinglePageWrapper = styled.div`
#service-mesh-patterns-table-filter > select{
width: 100%;
}
table > tbody> tr > td:nth-child(2) {
text-align:center;
}
}
table > tbody> tr > td {
text-align:center;
}
.single-post-wrapper{
margin: 2rem 0;
Expand Down

0 comments on commit 35a44fb

Please sign in to comment.