Files
reactfire/examples/todoApp/styles.css

13 lines
159 B
CSS

#demoContainer {
width: 950px;
margin: auto;
}
#demoContainer h1 {
text-align: center;
}
.todoAppContainer {
float: left;
width: 300px;
}