make the "Get a new episode" button larger, center the text

This commit is contained in:
Darren VanBuren 2016-01-18 02:45:38 -08:00
parent 488f80093b
commit be0b0b49c2

View file

@ -1,3 +1,7 @@
body {
font-family: 'Ubuntu', sans-serif;
text-align: center;
}
button {
font-size: 20px;
}