From f83c2d991662f7ebcace0dfb7cc5e4ef47d44111 Mon Sep 17 00:00:00 2001 From: Simon Clark <52653938+jsimonclark@users.noreply.github.com> Date: Tue, 30 Jan 2024 23:46:13 +0000 Subject: [PATCH] Update custom.css --- sphinx/_static/css/custom.css | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/sphinx/_static/css/custom.css b/sphinx/_static/css/custom.css index a634bac..c74974f 100644 --- a/sphinx/_static/css/custom.css +++ b/sphinx/_static/css/custom.css @@ -55,28 +55,6 @@ html:not([data-theme='light']) .bd-content svg.my-svg { font-weight: bold; /* Makes the font bold */ cursor: pointer; /* Changes the cursor to indicate it's clickable */ } -body { - margin: 0; - padding: 0; -} - -section { - width: 100%; - height: 100vh; - display: flex; - flex-direction: column; -} - -textarea { - width: 100%; - height: 100%; -} - -div { - display: flex; - width: 100%; - height: 150px; -} #jsoncrackEmbed { flex: 1;