terrible/app/fluid-text/index.module.css
2024-03-12 11:20:28 -05:00

14 lines
195 B
CSS

.fluidText {
display: flex;
flex-wrap: wrap;
flex-direction: column;
height: 100%;
text-align: center;
justify-content: center;
width: 100%;
}
.resize {
display: inline-block;
}