From 607d2e3c22af58d9a6fb208619be1d5c40f478b1 Mon Sep 17 00:00:00 2001 From: chris Date: Sun, 5 Dec 2021 07:48:23 -0500 Subject: [PATCH] yatzee html fixes --- yatzee/yatzee.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/yatzee/yatzee.css b/yatzee/yatzee.css index 7a30ab3..e3f9dcb 100644 --- a/yatzee/yatzee.css +++ b/yatzee/yatzee.css @@ -102,11 +102,12 @@ body { margin: auto; margin-top: 15px; font-size: large; + padding: 5px; } #how { margin-top: 10%; - width: 30PX; + width: 50PX; border: 1px black solid; margin-right: .2%; float: right;