Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
sunwu51 committed Jun 10, 2024
1 parent 58a6b05 commit f82bf0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ body h1 {
flex-grow: 1;
flex-shrink: 1;
border-right: 3px solid #ccc;
padding-right: 10px;
}

.toc-wrapper {
Expand Down Expand Up @@ -190,7 +191,7 @@ nav>ol.toc-level-1 {
margin-right: 5px;
}
.markdown-body main img {
max-width: calc(100% - 20px);
max-width: calc(100% - 10px);
padding: 5px;
border-radius: 5px;
border: 1px solid;
Expand Down
2 changes: 2 additions & 0 deletions app/prism-dracula.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ div .pre-with-code {
}

.remark-code-container {
width: 100%;
box-shadow: var(--w-box-shadow);
border-radius: 0.3em;
background: #282a36;
position: relative;
Expand Down

0 comments on commit f82bf0d

Please sign in to comment.