From 4e5dd7f72d6260a49b674296b3f6ba0f5ab08f4b Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Sat, 2 Dec 2023 20:33:30 +0100 Subject: [PATCH] Update default.html Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- _layouts/default.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 6944336..1e5fe44 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -26,7 +26,8 @@ font-family: 'Courier New', monospace; /* Monospaced font for code */ /* Add other styling properties as needed */ border: 0px solid #00326d; - margin: 5px; + margin-bottom: 10px; + margin-bottom: 10px; } .language-python { /* New styles for Python code */ @@ -36,7 +37,8 @@ font-family: 'Courier New', monospace; /* Monospaced font for code */ /* Add other styling properties as needed */ border: 0px solid #00326d; - margin: 5px; + margin-bottom: 10px; + margin-bottom: 10px; } .language-matlab { /* New styles for MATLAB code */ @@ -46,7 +48,8 @@ font-family: 'Courier New', monospace; /* Monospaced font for code */ /* Add other styling properties as needed */ border: 0px solid #00326d; - margin: 5px; + margin-bottom: 10px; + margin-bottom: 10px; } .highlight .hll { color: #000000; background-color: #d5e3f3 } .highlight { color: #000000; border: 0px; background: #d5e3f3; } @@ -128,6 +131,8 @@ border-collapse: collapse; width: 100%; border: 2px solid black; /* 2px border around the table */ + margin-bottom: 10px; + margin-bottom: 10px; } table, th, td { @@ -215,7 +220,8 @@