Skip to content

Commit 9c7016b

Browse files
committed
Minor css positioning and code formatting tweaks to the edit button
1 parent 1c98daf commit 9c7016b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

components/page/page-style.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@
3939
@include break {
4040
position: absolute;
4141
display: block;
42-
top: 1.4em;
43-
right: 1.75em;
42+
top: 1.5em;
43+
right: 1.5em;
4444
font-size: getFontSize(-1);
4545
text-transform: uppercase;
46+
47+
i { font-size:0.8em; }
4648
}
4749
}

components/page/page.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ export default ({ section, page }) => {
3030
<h1>{ page.title }</h1>
3131

3232
<a className="page__edit" href={ edit }>
33-
Edit this Page&nbsp;&nbsp;
33+
Edit this Page
34+
&nbsp;&nbsp;
3435
<i className="icon-edit" />
3536
</a>
3637

0 commit comments

Comments
 (0)