faster TV render

pull/2240/head
Thibault Duplessis 2016-09-08 00:28:02 +02:00
parent 48890a09cd
commit efe0179914
1 changed files with 5 additions and 1 deletions

View File

@ -79,11 +79,15 @@
div.game_list.playing.tv_history {
width: 512px;
margin-top: 5px;
text-align: center;
display: flex;
flex-flow: row wrap;
justify-content: space-around;
}
.tv_history h2 {
font-size: 1.3em;
text-transform: uppercase;
margin-bottom: 10px;
font-family: 'Roboto';
flex: 0 0 100%;
text-align: center;
}