Skip to content

Commit c291865

Browse files
committed
More layout fixes
1 parent 1707f86 commit c291865

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

content/blog.ejs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: blog
33
category: blog
4+
subCategory: index
45
title: Blog
56
---
67
<%

content/static/style.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,6 +1133,15 @@ body#page-examples.page-examples-index {
11331133
}
11341134
}
11351135

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+
11361145
@media (max-width: 600px) {
11371146
#page-guides.page-guides-index .content-right {
11381147
width: 100%;

0 commit comments

Comments
 (0)