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 5171b00 commit ac773baCopy full SHA for ac773ba
dev/src/css/custom.css
@@ -159,8 +159,6 @@ kol-link-button {
159
.components-overview-item {
160
position: relative;
161
height: auto;
162
- padding: 1rem;
163
- box-sizing: border-box;
164
}
165
166
.components-overview-item a {
@@ -173,7 +171,7 @@ kol-link-button {
173
171
cursor: pointer;
174
172
175
176
-@media (max-width: 768px) {
+@media (max-width: 767px) {
177
.components-overview {
178
grid-template-columns: 1fr;
179
0 commit comments