Skip to content

Commit ac773ba

Browse files
committed
update custom.css
1 parent 5171b00 commit ac773ba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

dev/src/css/custom.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,6 @@ kol-link-button {
159159
.components-overview-item {
160160
position: relative;
161161
height: auto;
162-
padding: 1rem;
163-
box-sizing: border-box;
164162
}
165163

166164
.components-overview-item a {
@@ -173,7 +171,7 @@ kol-link-button {
173171
cursor: pointer;
174172
}
175173

176-
@media (max-width: 768px) {
174+
@media (max-width: 767px) {
177175
.components-overview {
178176
grid-template-columns: 1fr;
179177
}

0 commit comments

Comments
 (0)