Merge pull request #48 from edm00se/fix/title-spacing-ie11

Fix/title spacing ie11
This commit is contained in:
Joel Glovier
2017-12-01 11:33:00 -05:00
committed by GitHub
3 changed files with 14 additions and 2 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
source "https://rubygems.org" 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?
+7 -1
View File
@@ -19,6 +19,7 @@ GEM
faraday (0.12.2) faraday (0.12.2)
multipart-post (>= 1.2, < 3) multipart-post (>= 1.2, < 3)
ffi (1.9.18) ffi (1.9.18)
ffi (1.9.18-x64-mingw32)
forwardable-extended (2.6.0) forwardable-extended (2.6.0)
gemoji (3.0.0) gemoji (3.0.0)
github-pages (150) github-pages (150)
@@ -167,6 +168,8 @@ GEM
net-dns (0.8.0) net-dns (0.8.0)
nokogiri (1.8.0) nokogiri (1.8.0)
mini_portile2 (~> 2.2.0) mini_portile2 (~> 2.2.0)
nokogiri (1.8.0-x64-mingw32)
mini_portile2 (~> 2.2.0)
octokit (4.7.0) octokit (4.7.0)
sawyer (~> 0.8.0, >= 0.5.3) sawyer (~> 0.8.0, >= 0.5.3)
pathutil (0.14.0) pathutil (0.14.0)
@@ -193,12 +196,15 @@ GEM
tzinfo (1.2.3) tzinfo (1.2.3)
thread_safe (~> 0.1) thread_safe (~> 0.1)
unicode-display_width (1.3.0) unicode-display_width (1.3.0)
wdm (0.1.1)
PLATFORMS PLATFORMS
ruby ruby
x64-mingw32
DEPENDENCIES DEPENDENCIES
github-pages github-pages
wdm (>= 0.1.0)
BUNDLED WITH BUNDLED WITH
1.14.3 1.16.0
+4
View File
@@ -101,6 +101,10 @@
@include transition(all .2s ease); @include transition(all .2s ease);
} }
} }
.icon {
height: 28px;
}
} }
.contact-button { .contact-button {