From faf3f4cf9e67e3e32f54b0a497b30f5ae28ad568 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Sat, 2 Dec 2023 17:48:43 +0100 Subject: [PATCH] Update default.html Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- _layouts/default.html | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 21695a56..8bf2c649 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -26,6 +26,7 @@ font-family: 'Courier New', monospace; /* Monospaced font for code */ /* Add other styling properties as needed */ border: 2px solid #00326d; + margin: 5px; } .language-python { /* New styles for Python code */ @@ -35,6 +36,7 @@ font-family: 'Courier New', monospace; /* Monospaced font for code */ /* Add other styling properties as needed */ border: 2px solid #00326d; + margin: 5px; } .language-matlab { /* New styles for MATLAB code */ @@ -44,6 +46,7 @@ font-family: 'Courier New', monospace; /* Monospaced font for code */ /* Add other styling properties as needed */ border: 2px solid #00326d; + margin: 5px; } .highlight .hll { color: #000000 background-color: #d5e3f3 } .highlight { border: 0px; background: #d5e3f3; } @@ -154,21 +157,26 @@