mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-21 16:36:28 -05:00
16 lines
297 B
CSS
16 lines
297 B
CSS
<!-- Borrowed from http://getbootstrap.com/examples/starter-template/ -->
|
|
body {
|
|
padding-top: 50px;
|
|
}
|
|
.starter-template {
|
|
padding: 0px 15px;
|
|
text-align: center;
|
|
}
|
|
|
|
.results_words_key, .results_words_value,
|
|
.results_phrase_key, .results_phrase_value,
|
|
.dice_word
|
|
{
|
|
font-size: x-large;
|
|
}
|
|
|