Skip to content

Commit bce746f

Browse files
committed
remove line height
1 parent af089f7 commit bce746f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/components/TextMarkdown/styles.module.scss

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@
2828

2929
.markdownContainer {
3030
margin: 0 auto;
31-
3231
width: clamp(320px, 100%, 580px);
3332
min-height: 200px;
34-
3533
display: flex;
3634
justify-content: center;
3735
flex-direction: column;
@@ -51,7 +49,7 @@
5149
margin-left: 20px;
5250
}
5351

54-
@media (max-width: 680px) {
52+
@media (width <= 680px) {
5553
width: unset;
5654
}
5755
}
@@ -71,7 +69,6 @@
7169

7270
.markdownContainer p {
7371
margin-bottom: 20px;
74-
line-height: 23px;
7572

7673
&:last-child {
7774
margin-bottom: 0;
@@ -99,7 +96,7 @@
9996
border: 0;
10097

10198
th {
102-
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
99+
border-bottom: 1px solid rgb(255 255 255 / 50%);
103100
border-collapse: separate;
104101
border-spacing: 5px 5px;
105102
}
@@ -120,7 +117,7 @@
120117
}
121118

122119
p:last-child {
123-
margin-bottom: 0px;
120+
margin-bottom: 0;
124121
font-size: 16px;
125122
}
126123

0 commit comments

Comments
 (0)