diff --git a/website/web/static/tree.css b/website/web/static/tree.css index 3a828b82..9feb1d8f 100644 --- a/website/web/static/tree.css +++ b/website/web/static/tree.css @@ -244,8 +244,8 @@ table td p { transform: rotate(270deg); } -a.new-capture-button { - width: 160px; +.new-capture-button { + width: 300px; height: 60px; font-size: 25px; letter-spacing: 2.5px; @@ -260,11 +260,11 @@ a.new-capture-button { outline: none; padding-right: 15px; padding-left: 15px; - padding-bottom: 15px; + padding-bottom: 20px; padding-top: 15px; } -a.new-capture-button:hover { +.new-capture-button:hover { background-color: #007070; box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1); color: #fff; diff --git a/website/web/templates/capture.html b/website/web/templates/capture.html index 2f5e3d07..4757546d 100644 --- a/website/web/templates/capture.html +++ b/website/web/templates/capture.html @@ -138,7 +138,8 @@