Skip to content

Commit

Permalink
Symmetric spacing in footer
Browse files Browse the repository at this point in the history
<meta expr:content='data:post.firstImageUrl'      name='twitter:image1'/>
<meta expr:content='data:post.featuredImage'      name='twitter:image2'/>
<meta expr:content='data:blog.firstImageUrl'      name='twitter:image3'/>
<meta expr:content='data:blog.postImageUrl'       name='twitter:image4'/> GOOD
<meta expr:content='data:blog.featuredImage'      name='twitter:image5'/>
<meta expr:content='data:blog.post.firstImageUrl' name='twitter:image6'/>
<meta expr:content='data:blog.post.featuredImage' name='twitter:image7'/>
<meta expr:content='data:blog.post.firstImageUrl' name='twitter:image8'/>
  • Loading branch information
dpilafian committed Dec 28, 2021
1 parent 5d90965 commit 9bd2892
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion css/blogger-tweaks/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,11 @@ body >.viewitem-panel {
>footer {
text-align: center;
border-top: 1px solid silver;
padding-top: 30px;
padding-top: 35px;
margin-top: 40px;
>i {
font-weight: lighter;
}
}
}

Expand Down

0 comments on commit 9bd2892

Please sign in to comment.