We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a37d89f commit 75d655eCopy full SHA for 75d655e
templates/page.html
@@ -104,7 +104,7 @@
104
href="{{.PreviousPage}}"
105
></bb-navbtn>
106
<main-container>
107
- <main role="main" class="prose md-content">{{.Body}}</main>
+ <main id="main-content" role="main" class="prose md-content">{{.Body}}</main>
108
</main-container>
109
<bb-navbtn
110
class=".navbtn"
web/static/css/core/main.css
@@ -136,6 +136,10 @@ main-container {
136
padding-top: 2rem;
137
}
138
139
+#main-content {
140
+ width: 80%;
141
+}
142
+
143
@media (max-width: 960px) {
144
#sidenav {
145
width: 100%;
@@ -214,4 +218,5 @@ tr:nth-child(even) {
214
218
215
219
tr:nth-child(odd) {
216
220
background: rgba(var(--ctp-overlay3), .1)
217
-}
221
222
0 commit comments