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 @@