diff --git a/_layouts/default.html b/_layouts/default.html index 21695a5..8bf2c64 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 @@