chaos/styles/index.css

12 lines
99 B
CSS
Raw Normal View History

2015-12-12 00:11:31 +00:00
/**
* Styles for chaos game
*/
2015-12-24 11:23:08 +00:00
#react {
height: 100%;
}
2015-12-12 00:11:31 +00:00
#content {
overflow: hidden;
}