Skip to content

Commit

Permalink
🎨 Align date to left and put under title in article/blog page (#1315)
Browse files Browse the repository at this point in the history
* 🎨 Align date to left and put under title

Signed-off-by: REDDY PRASAD <dev.drprasad@aim.com>

* 🤔 Why should I commit build files ?

Signed-off-by: REDDY PRASAD <dev.drprasad@aim.com>
  • Loading branch information
dev-drprasad committed Oct 7, 2020
1 parent cf14b9a commit 2fcaeb4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -7333,9 +7333,9 @@ nav.home-nav {
.blog-layout .main.blog .content-wrap article .summary a {
font-weight: 900; }
.blog-layout .main.blog-single .content-wrap article h1 {
font-size: 2.667rem; }
font-size: 2.667rem;
margin-bottom: 0; }
.blog-layout .main.blog-single .content-wrap article .date {
text-align: right;
font-style: italic; }
.blog-layout .main.blog-single .content-wrap article img {
box-shadow: none;
Expand Down
5 changes: 1 addition & 4 deletions docs/themes/porter/static/src/sass/helm-blog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@
padding-top: 2rem;

&.blog {

.content-wrap {

h1 {
margin-top: 0;
}
Expand Down Expand Up @@ -96,13 +94,12 @@
&.blog-single {
.content-wrap {
article {

h1 {
font-size: 2.667rem;
margin-bottom: 0;
}

.date {
text-align: right;
font-style: italic;
}

Expand Down

0 comments on commit 2fcaeb4

Please sign in to comment.