Skip to content

Commit

Permalink
Merge pull request jglovier#48 from edm00se/fix/title-spacing-ie11
Browse files Browse the repository at this point in the history
Fix/title spacing ie11
  • Loading branch information
Joel Glovier authored Dec 1, 2017
2 parents 672f91f + 9a419dd commit da91f9b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
source "https://rubygems.org"

gem 'github-pages'
gem 'github-pages'
# this gem provides regeneration support improvements on Windows
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
8 changes: 7 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ GEM
faraday (0.12.2)
multipart-post (>= 1.2, < 3)
ffi (1.9.18)
ffi (1.9.18-x64-mingw32)
forwardable-extended (2.6.0)
gemoji (3.0.0)
github-pages (150)
Expand Down Expand Up @@ -167,6 +168,8 @@ GEM
net-dns (0.8.0)
nokogiri (1.8.0)
mini_portile2 (~> 2.2.0)
nokogiri (1.8.0-x64-mingw32)
mini_portile2 (~> 2.2.0)
octokit (4.7.0)
sawyer (~> 0.8.0, >= 0.5.3)
pathutil (0.14.0)
Expand All @@ -193,12 +196,15 @@ GEM
tzinfo (1.2.3)
thread_safe (~> 0.1)
unicode-display_width (1.3.0)
wdm (0.1.1)

PLATFORMS
ruby
x64-mingw32

DEPENDENCIES
github-pages
wdm (>= 0.1.0)

BUNDLED WITH
1.14.3
1.16.0
4 changes: 4 additions & 0 deletions _sass/_resume.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@
@include transition(all .2s ease);
}
}

.icon {
height: 28px;
}
}

.contact-button {
Expand Down

0 comments on commit da91f9b

Please sign in to comment.