tack-up-now/app/styles/styles.css

11 lines
137 B
CSS

.bold {
font-weight: bold;
}
ul {
display: flex;
flex-direction: row;
align-items: center;
white-space: pre-wrap;
}