Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
button size fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizer1v committed Jul 9, 2020
1 parent 7760365 commit a58c951
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions _layouts/posts.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h2 class="post-list-heading">{{ page.list_title }}</h2>
text-align: center;
margin: 0 auto;
width: auto;
display: inline-block;
display: block;
padding: 10px;
border: 0;
color: #fff;
Expand All @@ -102,8 +102,8 @@ <h1 style="text-align: center">Petition</h1>
style="
text-align: center;
margin: 0 auto;
width: auto;
display: inline-block;
width: 50%;
display: block;
padding: 10px;
border: 0;
color: #fff;
Expand All @@ -129,8 +129,8 @@ <h1 style="text-align: center">Petition</h1>
style="
text-align: center;
margin: 0 auto;
width: auto;
display: inline-block;
width: 50%;
display: block;
padding: 10px;
border: 0;
color: #fff;
Expand Down Expand Up @@ -160,8 +160,8 @@ <h1 style="text-align: center">Petition</h1>
style="
text-align: center;
margin: 0 auto;
width: auto;
display: inline-block;
width: 50%;
display: block;
padding: 10px;
border: 0;
color: #fff;
Expand Down Expand Up @@ -193,8 +193,8 @@ <h1 style="text-align: center">Petition</h1>
style="
text-align: center;
margin: 0 auto;
width: auto;
display: inline-block;
width: 50%;
display: block;
padding: 10px;
border: 0;
color: #fff;
Expand Down

0 comments on commit a58c951

Please sign in to comment.