We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 740dec0 commit 314f6ebCopy full SHA for 314f6eb
packages/site/src/styles/_app.scss
@@ -101,7 +101,7 @@ h3 {
101
102
table {
103
width: 100%;
104
- min-width: 1200px;
+ min-width: 900px;
105
margin: 8px 0 16px;
106
overflow-wrap: break-word;
107
table-layout: fixed;
@@ -129,15 +129,15 @@ h3 {
129
}
130
131
th:nth-of-type(2) {
132
- width: calc(100% - 720px);
+ width: calc(100% - 540px);
133
134
135
th:nth-of-type(3) {
136
- width: 300px;
+ width: 160px;
137
138
139
th:nth-of-type(4) {
140
- width: 160px;
+ width: 120px;
141
142
143
td:nth-of-type(1),
0 commit comments