Skip to content

Commit

Permalink
Improve alignment of "Edit this page" button and page title
Browse files Browse the repository at this point in the history
  • Loading branch information
astorije committed Sep 27, 2018
1 parent 7dcf51b commit 343be21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ img {
margin: 1.3em 0 .5em;
}
#main h1 {
margin-top: 0.8em;
margin-top: 0;
font-size: 2.5em;
}
#main h2 {
Expand Down Expand Up @@ -412,8 +412,8 @@ a.link-anchor {
/* "Edit this page" button */

.edit-page-btn {
float: right;
margin-top: 45px;
text-align: right;
margin-top: 15px;
font-size: .9em;
}

Expand Down

0 comments on commit 343be21

Please sign in to comment.