chord importing

This commit is contained in:
2023-07-05 17:30:05 +02:00
parent 1f99835a4e
commit c1c0193dae
16 changed files with 94 additions and 454 deletions

View File

@@ -39,17 +39,6 @@
</div>
</section>
<section>
<h2>Chords</h2>
<div class="icon bg">piano</div>
<table>
<tr>
<th>three</th>
<td><i></i><i>3</i></td>
</tr>
</table>
</section>
<section>
<h2>Serial Terminal</h2>
<div class="icon bg">terminal</div>
@@ -130,24 +119,6 @@
}
}
table td {
display: flex;
gap: 4px;
}
table i {
display: block;
aspect-ratio: 1;
padding-block: 4px;
padding-inline: 8px;
font-style: normal;
border: 1px solid var(--md-sys-color-outline);
border-radius: 8px;
}
.device-grid {
display: grid;
grid-template-rows: 1fr 1fr;