stacker.news/components/adv-post-form.module.css

12 lines
166 B
CSS
Raw Normal View History

2023-09-12 20:56:03 +00:00
.name {
display: flex;
flex: 1 1 60%;
height: fit-content;
flex-flow: column;
}
.percent {
display: flex;
flex: 0 1 fit-content;
height: fit-content;
2023-09-12 20:56:03 +00:00
}