We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1707f86 commit c291865Copy full SHA for c291865
2 files changed
content/blog.ejs
@@ -1,6 +1,7 @@
1
---
2
layout: blog
3
category: blog
4
+subCategory: index
5
title: Blog
6
7
<%
content/static/style.css
@@ -1133,6 +1133,15 @@ body#page-examples.page-examples-index {
1133
}
1134
1135
1136
+/* Blog Index Page - Wider Layout */
1137
+#page-blog.page-blog-index .content-right * {
1138
+ max-width: 100%;
1139
+}
1140
+
1141
+#page-blog.page-blog-index .content-right main {
1142
+ width: 680px;
1143
1144
1145
@media (max-width: 600px) {
1146
#page-guides.page-guides-index .content-right {
1147
width: 100%;
0 commit comments