Spaces:
Sleeping
Sleeping
File size: 237 Bytes
257cb1c 260b4c9 46e98bd 260b4c9 46e98bd 4a49607 260b4c9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
@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;
}
|