Skip to content

Commit c9011c6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4566162 commit c9011c6

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

src/styles/markdown.css

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)