From cc332a6ccf800a899853a816f79fe47e8e7fda0d Mon Sep 17 00:00:00 2001 From: mntmn Date: Mon, 11 May 2020 18:29:00 +0200 Subject: [PATCH] update styles --- public/stylesheets/style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index c636238..36b6f7a 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -14548,9 +14548,6 @@ button.close { position: relative; overflow: scroll; } .board .wrapper { - border: 4px solid black; - transition-duration: 0.25s; - transition-property: width, height, background-color; background-repeat: no-repeat; background-size: cover; }