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 Nov 3, 2018
1 parent 8f1d8eb commit 662e631
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 @@ -296,7 +296,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 @@ -497,8 +497,8 @@ a.link-anchor {
/* "Edit on GitHub" button */

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

/* Rouge syntax highlighting - Igorpro theme */
Expand Down

0 comments on commit 662e631

Please sign in to comment.