File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -100,39 +100,38 @@ p.cross::after {
100100}
101101
102102.md_table {
103- border-collapse : collapse;
103+ border-collapse : collapse;
104104 width : 100% ;
105105 table-layout : fixed;
106106}
107107@media screen and (max-width : 680px ) {
108108 .md_table thead {
109- border : none;
109+ border : none;
110110 }
111111 .md_table tr {
112112 display : block;
113113 margin-bottom : 0.8em ;
114- border : none;
114+ border : none;
115115 }
116116 .md_table th {
117117 margin-bottom : 0.8em ;
118- border : none;
118+ border : none;
119119 display : block;
120120 }
121121
122-
123122 .md_table thead th div {
124123 text-align : center;
125124 justify-content : center;
126125 }
127126
128127 .md_table tr td {
129- border : none;
128+ border : none;
130129 display : block;
131130 text-align : left;
132131 position : relative;
133- padding-inline-start : 0.8em ;
132+ padding-inline-start : 0.8em ;
134133 }
135- .md_table tr td : before {
134+ .md_table tr td : before {
136135 content : attr (data-label);
137136 font-weight : bold;
138137 text-transform : uppercase;
You can’t perform that action at this time.
0 commit comments