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.
2 parents ea47fdc + 15238ed commit 9a5f10fCopy full SHA for 9a5f10f
assets/sass/pages/_downloads.scss
@@ -232,6 +232,10 @@
232
}
233
234
235
+ .manufacturers ul {
236
+ max-height: 300px;
237
+ overflow-y: scroll;
238
+ }
239
240
241
@media (max-width: $screen-md) {
downloads.html
@@ -4,7 +4,6 @@
4
permalink: /downloads
5
excerpt: CircuitPython supported boards.
6
---
7
-
8
<div id="downloads-page">
9
<h1>Downloads</h1>
10
<div class="downloads-inputs">
0 commit comments