From a2f2d89a5fbe720d3c1f1ac9655adca8b2ff503d Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 8 Nov 2021 16:48:32 +0300 Subject: Add some padding --- wqflask/wqflask/static/new/css/jupyter_notebooks.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wqflask/wqflask/static/new/css/jupyter_notebooks.css b/wqflask/wqflask/static/new/css/jupyter_notebooks.css index 663d1746..db972a17 100644 --- a/wqflask/wqflask/static/new/css/jupyter_notebooks.css +++ b/wqflask/wqflask/static/new/css/jupyter_notebooks.css @@ -1,3 +1,7 @@ +.jupyter-links { + padding: 1.5em; +} + .jupyter-links:nth-of-type(2n) { background: #EEEEEE; } -- cgit v1.2.3