diff --git a/css/reset.css b/css/reset.css index f6003d74..9a0cb0f5 100644 --- a/css/reset.css +++ b/css/reset.css @@ -37,15 +37,6 @@ a:focus { outline: thin dotted; } /* Improve readability when focused and hovered in all browsers: h5bp.com/h */ a:hover, a:active { outline: 0; } -/* changed ul to panel, it using only in this case for now, and will css - * processing cost 33% with name of tag, so it should be match faster - */ -.panel{ - /* removed default margins */ - padding: 20px; - margin: 0; -} - /* * 1. Display hand cursor for clickable form elements * 2. Allow styling of clickable form elements in iOS diff --git a/css/style.css b/css/style.css index 2a39869f..24dbf4df 100644 --- a/css/style.css +++ b/css/style.css @@ -198,6 +198,8 @@ body { width: 46%; overflow-y: auto; border: 1.5px solid rgba(49, 123, 249, .40); + margin: 0; + padding: 20px; } #keyspanel{ text-align: center;