File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
src/components/TextMarkdown Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 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 ;
5149 margin-left : 20px ;
5250 }
5351
54- @media (max- width: 680px ) {
52+ @media (width <= 680px ) {
5553 width : unset ;
5654 }
5755}
7169
7270.markdownContainer p {
7371 margin-bottom : 20px ;
74- line-height : 23px ;
7572
7673 & :last-child {
7774 margin-bottom : 0 ;
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 }
120117 }
121118
122119 p :last-child {
123- margin-bottom : 0 px ;
120+ margin-bottom : 0 ;
124121 font-size : 16px ;
125122 }
126123
You can’t perform that action at this time.
0 commit comments