Skip to content

Commit

Permalink
Aligning hero copy center
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoferjoseph committed Jan 16, 2014
1 parent 7c1f42d commit 7b71b69
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ code {
font-size: 1rem;
margin-bottom: 0;
padding: 0 2rem;
text-align: center;
}

.slide-menu {
Expand Down
2 changes: 1 addition & 1 deletion css/index.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ code {
font-size: 1rem;
margin-bottom: 0;
padding: 0 2rem;
text-align: center;
}
.slide-menu {
display: block;
Expand Down

0 comments on commit 7b71b69

Please sign in to comment.