meet/styles/Transcript.module.css
2026-03-02 21:03:55 -08:00

15 lines
168 B
CSS

.wrap {
position: absolute;
top: 32px;
width: 100%;
left: 0;
right: 0;
}
.text {
color: white;
text-align: center;
margin: 16px;
font-size: 0.9em;
}