diff --git a/build/css/app.css b/build/css/app.css index f335374..2c820a6 100644 --- a/build/css/app.css +++ b/build/css/app.css @@ -30,7 +30,7 @@ header h1 { .quote .symbol { text-transform: uppercase; - font-size: 2.8em; + font-size: 2.0em; font-family: 'Rubik Mono One', sans-serif; color: #158745; } @@ -47,3 +47,7 @@ header h1 { margin-bottom: 0.25em; border-radius: 3px; } + +.all-buttons { + text-align: center; +} diff --git a/build/index.html b/build/index.html index 79b1a0f..02c5fa9 100644 --- a/build/index.html +++ b/build/index.html @@ -17,8 +17,15 @@