Skip to content

Commit

Permalink
increase content width of docs section
Browse files Browse the repository at this point in the history
  • Loading branch information
Techatrix committed Nov 30, 2024
1 parent 14d5027 commit 4b2e791
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions layouts/index.shtml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
<title id="title" :text="$page.title"></title>
<head id="head">
<style>
#content {
max-width: min(100%, 800px);
}

h1 {
font-size: 3.25rem;
margin-top: 1rem;
Expand Down
2 changes: 1 addition & 1 deletion layouts/templates/with-zls-docs.shtml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
flex-direction: row;
gap: 1rem;
max-width: inherit;
width: min(100%, 1000px);
width: min(100%, 1200px);
margin-top: 50px;
}

Expand Down

0 comments on commit 4b2e791

Please sign in to comment.