Skip to content

Commit

Permalink
Fix heading alignment in homepage grid
Browse files Browse the repository at this point in the history
  • Loading branch information
benlk committed Jan 31, 2019
1 parent cc07d00 commit 8927691
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions wp-content/themes/theme-publicsource/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
color: #232323;
display: inline-block;
width: auto;
text-align: left;
text-align: center;
font-size: 1.3em;
}
.prominence-sponsored-tag {
Expand Down Expand Up @@ -337,7 +337,7 @@
color: #232323;
display: inline-block;
width: auto;
text-align: left;
text-align: center;
font-size: 1.3em;
margin-bottom: 0.76923077em;
}
Expand Down
2 changes: 1 addition & 1 deletion wp-content/themes/theme-publicsource/css/style.min.css

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ hr {
color: #232323;
display: inline-block;
width: auto;
text-align: left;
text-align: center;
font-size: 1.3em;
}
#home-middle-feature .span8 {
Expand Down Expand Up @@ -201,7 +201,7 @@ hr {
color: #232323;
display: inline-block;
width: auto;
text-align: left;
text-align: center;
font-size: 1.3em;
}
#home-category-grid h3.widgettitle a:hover {
Expand Down Expand Up @@ -298,7 +298,7 @@ hr {
color: #232323;
display: inline-block;
width: auto;
text-align: left;
text-align: center;
font-size: 1.3em;
margin-bottom: 1em;
}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion wp-content/themes/theme-publicsource/less/_mixins.less
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
color: @black;
display: inline-block;
width: auto;
text-align: left;
text-align: center;
font-size: 1.3em;
}

Expand Down

0 comments on commit 8927691

Please sign in to comment.