diceware/starter-template.css

17 lines
297 B
CSS
Raw Normal View History

2015-04-25 20:33:19 -04:00
<!-- Borrowed from http://getbootstrap.com/examples/starter-template/ -->
body {
padding-top: 50px;
}
.starter-template {
padding: 0px 15px;
2015-04-25 20:33:19 -04:00
text-align: center;
}
2015-04-26 02:14:23 -04:00
2015-04-26 16:29:22 -04:00
.results_words_key, .results_words_value,
.results_phrase_key, .results_phrase_value,
.dice_word
{
2015-04-26 02:14:23 -04:00
font-size: x-large;
}