Carl Combrinck
Add support for microphone input
260b4c9
raw
history blame contribute delete
237 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
html,
body,
#root {
height: 100%;
}
audio::-webkit-media-controls-panel {
background-color: white;
}
.container {
width: 41rem /* 656px */;
max-width: 95vw;
}