Skip to content

Commit 2d19c3e

Browse files
committed
Fix: Addressed review comments
Signed-off-by: Shivam Kumar <sk744826744@gmail.com>
1 parent b0d08dd commit 2d19c3e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/components/legal-navigation/toc.style.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const TOCWrapper = styled.div`
77
left: 0rem;
88
margin-left: 3rem;
99
margin-top: 3rem;
10-
margin-bottom : 3rem;
10+
margin-bottom : 2rem;
1111
width:15rem;
1212
word-break: break-word;
1313
overflow-wrap: break-word;
@@ -108,6 +108,8 @@ const TOCWrapper = styled.div`
108108
@media only screen and (max-width: 1300px){
109109
position: initial;
110110
margin-right: 3rem;
111+
margin-bottom : 0rem;
112+
padding-bottom: 1rem;
111113
width: auto;
112114
.toc-toggle-btn{
113115
display:inline-block;

0 commit comments

Comments
 (0)