- show FFT bucket-width in cents
  - visual polish
  - up FFT size to max
This commit is contained in:
Aaron Gutierrez
2021-12-27 18:01:57 -08:00
parent c13225fb9e
commit 7c39ec3c2b
3 changed files with 47 additions and 21 deletions

View File

@@ -5,7 +5,8 @@ body {
color: white;
display: flex;
flex-direction: column;
font-size: 48px;
font-family: sans-serif;
font-size: 2em;
height: 100vh;
margin: 0;
overflow: hidden;
@@ -28,10 +29,10 @@ h1, h2 {
}
h1 {
font-size: 96px;
font-size: 6em;
}
h2 {
font-size: 72px;
font-size: 3em;
}