Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
Remove unused markdown attribute.
Use transform-translate instead of translate, slightly better support.
  • Loading branch information
153957 committed Jan 11, 2024
1 parent c4c2278 commit ece4bec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/404.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ left: 32%
---

<div style="display: flex; justify-content: space-evenly;">
<div style="margin: 25px 20px 0px 20px; text-align: center;" markdown>
<div style="margin: 25px 20px 0px 20px; text-align: center;">
<h3>404 - Page not Found</h3>
<p>
Expand Down
2 changes: 1 addition & 1 deletion theme/static/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ body {
position: absolute;
top: 95%;
left: 50%;
translate: -50%;
transform: translate(-50%);
white-space: nowrap;
z-index: 53;
}
Expand Down

0 comments on commit ece4bec

Please sign in to comment.