Skip to content

Commit

Permalink
Remove position: relative from links
Browse files Browse the repository at this point in the history
  • Loading branch information
bradfrost committed Sep 27, 2016
1 parent 11e2994 commit 9314fed
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion _site/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,6 @@ header {
position: absolute;
left: -14px;
top: 4px;
position: relative;
transition: all 0.12s ease-out; }
.title-link:hover, .title-link:focus {
color: #be6700;
Expand Down
4 changes: 2 additions & 2 deletions _site/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</description>
<link>http://bradfrost.com/</link>
<atom:link href="http://bradfrost.com/feed.xml" rel="self" type="application/rss+xml"/>
<pubDate>Tue, 27 Sep 2016 07:53:54 -0500</pubDate>
<lastBuildDate>Tue, 27 Sep 2016 07:53:54 -0500</lastBuildDate>
<pubDate>Tue, 27 Sep 2016 07:55:45 -0500</pubDate>
<lastBuildDate>Tue, 27 Sep 2016 07:55:45 -0500</lastBuildDate>
<generator>Jekyll v3.1.2</generator>

</channel>
Expand Down
1 change: 0 additions & 1 deletion css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,6 @@ header {
position: absolute;
left: -14px;
top: 4px;
position: relative;
transition: all $speed-fast ease-out;


Expand Down

0 comments on commit 9314fed

Please sign in to comment.