Skip to content

Commit 7dc4038

Browse files
committed
fixed styling for terms
1 parent 052ae56 commit 7dc4038

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/shared/components/Terms/TermDetails.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.body {
44
border: 1px solid $tc-gray-30;
55
word-break: break-word;
6-
padding: 20px;
6+
padding: 5px 15px;
77
color: $tc-gray-80;
88
font-size: 15px;
99
line-height: 25px;

src/shared/components/Terms/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
.tabs-outer {
6464
position: relative;
65-
margin: 30px 0;
65+
margin: 20px 0;
6666
}
6767

6868
.tabs-inner {

0 commit comments

Comments
 (0)