We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d5027 commit 4b2e791Copy full SHA for 4b2e791
layouts/index.shtml
@@ -2,10 +2,6 @@
2
<title id="title" :text="$page.title"></title>
3
<head id="head">
4
<style>
5
- #content {
6
- max-width: min(100%, 800px);
7
- }
8
-
9
h1 {
10
font-size: 3.25rem;
11
margin-top: 1rem;
layouts/templates/with-zls-docs.shtml
@@ -9,7 +9,7 @@
flex-direction: row;
gap: 1rem;
max-width: inherit;
12
- width: min(100%, 1000px);
+ width: min(100%, 1200px);
13
margin-top: 50px;
14
}
15
0 commit comments