Compare commits
5 commits
5ed347c609
...
ac80aee37c
| Author | SHA1 | Date | |
|---|---|---|---|
|
ac80aee37c |
|||
|
125c859f16 |
|||
|
b4f950f7cb |
|||
|
ed214766f2 |
|||
|
3c395b322c |
1 changed files with 6 additions and 3 deletions
|
|
@ -21,9 +21,12 @@
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
|
|
||||||
&>a {
|
&>a {
|
||||||
display: block;
|
display: flex;
|
||||||
width: fit-content;
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
flex-basis: 45%;
|
flex-basis: 45%;
|
||||||
|
flex-grow: 1;
|
||||||
|
max-width: 85vw;
|
||||||
border: 1px solid var(--accent-color);
|
border: 1px solid var(--accent-color);
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
text-decoration: unset;
|
text-decoration: unset;
|
||||||
|
|
@ -52,7 +55,7 @@
|
||||||
|
|
||||||
<h2>Resources</h2>
|
<h2>Resources</h2>
|
||||||
<ul class="resources-container">
|
<ul class="resources-container">
|
||||||
<a href="./rgb-ears-39c3.html">39C3 LED Catear Guide</a>
|
<a href="./rgb-ears-39c3.html">39C3 LED Catear Build Instructions</a>
|
||||||
<a href="./catear-bom.html">LED Catear BOM</a>
|
<a href="./catear-bom.html">LED Catear BOM</a>
|
||||||
<a href="./3d-printables.html">3D Printing Files</a>
|
<a href="./3d-printables.html">3D Printing Files</a>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue