Skip to content

Commit

Permalink
uncenter centered copy and bump size. fixes #127
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckreynolds committed May 17, 2016
1 parent d9236e3 commit e1d2ce9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1395,8 +1395,9 @@ article h2.entry-title {
color: #fff;
}

.centeredcopy {
text-align: center;
.centeredcopy { /* no longer centered */
text-align: left;
font-size: 1.1em;
clear: both;
padding: 0 0 90px 0;
border-bottom: 1px solid #ecf2f7;
Expand Down

0 comments on commit e1d2ce9

Please sign in to comment.