Skip to content

Commit 314f6eb

Browse files
committed
chore(site): update table style
1 parent 740dec0 commit 314f6eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/site/src/styles/_app.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ h3 {
101101

102102
table {
103103
width: 100%;
104-
min-width: 1200px;
104+
min-width: 900px;
105105
margin: 8px 0 16px;
106106
overflow-wrap: break-word;
107107
table-layout: fixed;
@@ -129,15 +129,15 @@ h3 {
129129
}
130130

131131
th:nth-of-type(2) {
132-
width: calc(100% - 720px);
132+
width: calc(100% - 540px);
133133
}
134134

135135
th:nth-of-type(3) {
136-
width: 300px;
136+
width: 160px;
137137
}
138138

139139
th:nth-of-type(4) {
140-
width: 160px;
140+
width: 120px;
141141
}
142142

143143
td:nth-of-type(1),

0 commit comments

Comments
 (0)