alignment tweaks
This commit is contained in:
parent
9e89f9067a
commit
d1edfd1114
|
@ -113,11 +113,11 @@ export default function Home() {
|
|||
beats similar to a hi-hat sound.
|
||||
</p>
|
||||
<Image
|
||||
className="ml-16 m-5 w-2/5"
|
||||
className="ml-24 m-5 w-2/5 pt-5"
|
||||
src={handDrawnSpectrogramImg}
|
||||
alt={"hand drawn spectrogram"}
|
||||
/>
|
||||
<div className="m-5 ml-16">
|
||||
<div className="m-5 ml-24">
|
||||
<audio controls src="/about/hand_drawn.mp3" className="w-1/2">
|
||||
Your browser does not support audio.
|
||||
</audio>
|
||||
|
|
Loading…
Reference in New Issue