From 8a850aeaa6d85e98219872adab57ad1d13cf24b9 Mon Sep 17 00:00:00 2001 From: Beu Date: Wed, 23 Oct 2019 13:41:26 +0200 Subject: [PATCH] lock min size of button and dragndrop --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index e89aec2..1a5996c 100644 --- a/style.css +++ b/style.css @@ -43,10 +43,13 @@ h1 { font-size: 20px; border: 6px dashed #444444; border-radius: 20px; + min-height: 250px; } .dragndrop .button { cursor: pointer; + min-height: 30px; + min-width: 120px; } .dragover { background-color: #888888;