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 000a7b3 commit 44ad061Copy full SHA for 44ad061
src/components/CCIP/Chain/Chain.astro
@@ -132,7 +132,7 @@ const searchLanes = getSearchLanes({ environment })
132
}
133
134
135
- @media (min-width: 1100px) {
+ @media (min-width: 992px) {
136
.layout {
137
display: grid;
138
--doc-padding: var(--space-10x);
src/components/CCIP/Tables/Table.css
@@ -162,7 +162,7 @@
162
padding-top: var(--space-6x);
163
164
165
-@media screen and (min-width: 768px) {
+@media screen and (min-width: 70em) {
166
.ccip-table__drawer-heading {
167
padding: var(--space-6x) var(--space-10x);
168
0 commit comments