From 7ea7997c3bfc4ed03a32b988326a484457d6d1f7 Mon Sep 17 00:00:00 2001 From: Douglas Muth Date: Sun, 26 Apr 2015 18:01:13 -0400 Subject: [PATCH] Some formatting --- index.html | 2 +- starter-template.css | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index fe2677b..db3379d 100644 --- a/index.html +++ b/index.html @@ -94,7 +94,7 @@ -

+

Number of Dice to roll:

diff --git a/starter-template.css b/starter-template.css index c6fdb6f..1e4ab18 100644 --- a/starter-template.css +++ b/starter-template.css @@ -14,3 +14,12 @@ body { font-size: x-large; } +.btn.dice_button { + margin-left: 5px; + margin-bottom: 5px; +} + +.dice_num { + margin-top: 0px; +} +