Skip to content

Commit 4b2e791

Browse files
committed
increase content width of docs section
1 parent 14d5027 commit 4b2e791

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

layouts/index.shtml

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
<title id="title" :text="$page.title"></title>
33
<head id="head">
44
<style>
5-
#content {
6-
max-width: min(100%, 800px);
7-
}
8-
95
h1 {
106
font-size: 3.25rem;
117
margin-top: 1rem;

layouts/templates/with-zls-docs.shtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
flex-direction: row;
1010
gap: 1rem;
1111
max-width: inherit;
12-
width: min(100%, 1000px);
12+
width: min(100%, 1200px);
1313
margin-top: 50px;
1414
}
1515

0 commit comments

Comments
 (0)