From 0ab1463cfd3805c1f78e9fcd326d55672fa68d1d Mon Sep 17 00:00:00 2001 From: 10001shh Date: Sat, 7 Jul 2018 11:09:45 -0500 Subject: [PATCH] more styling --- styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 1c93a0ba..4b15ddda 100644 --- a/styles.css +++ b/styles.css @@ -15,7 +15,7 @@ .modal-content { background-color: #fefefe; margin: auto; - max-height: 60%; + max-height: 85%; overflow-y: auto; padding: 20px; border: 1px solid #888; @@ -98,7 +98,7 @@ color: white; margin: 10px 10px 10px 0px; padding: 10px 10px; - border-radius: 2px; + border-radius: 10px; font-size: medium; font-style: bold; box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);