Skip to content

Commit

Permalink
fixed padding for code
Browse files Browse the repository at this point in the history
  • Loading branch information
nichoffs committed Jun 9, 2024
1 parent 06d0fee commit 2118bcc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 20 deletions.
1 change: 0 additions & 1 deletion public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ hr {
pre {
border: 1px solid #ddd;
box-shadow: 5px 5px 5px #eee;
padding: 1em;
overflow-x: auto;
}
code { background: #f9f9f9; }
Expand Down
28 changes: 10 additions & 18 deletions public/post/mini_projects/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,26 +32,18 @@ <h1>Mini-Projects</h1>


<ul>
<li>
<span class="date">2024/06/08</span>
<a href="/post/mini_projects/xor/">XOR</a>
</li>
<li>
<span class="date">2024/06/08</span>
<a href="/post/mini_projects/xor/">XOR</a>
</li>
</ul>

<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/katex/dist/katex.min.css">
<script src="//cdn.jsdelivr.net/combine/npm/katex/dist/katex.min.js,npm/katex/dist/contrib/auto-render.min.js,npm/@xiee/utils/js/render-katex.js"
defer></script>
<script src="//cdn.jsdelivr.net/npm/@xiee/utils/js/center-img.min.js" defer></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/default.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>

<footer>
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/katex/dist/katex.min.css">
<script src="//cdn.jsdelivr.net/combine/npm/katex/dist/katex.min.js,npm/katex/dist/contrib/auto-render.min.js,npm/@xiee/utils/js/render-katex.js"
Expand Down
1 change: 0 additions & 1 deletion static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ hr {
pre {
border: 1px solid #ddd;
box-shadow: 5px 5px 5px #eee;
padding: 1em;
overflow-x: auto;
}
code { background: #f9f9f9; }
Expand Down

0 comments on commit 2118bcc

Please sign in to comment.