Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Commit

Permalink
Merge pull request #145 from smithtimmytim/144-increaseFontSize
Browse files Browse the repository at this point in the history
144 increase font size
  • Loading branch information
Tim Smith authored Sep 29, 2016
2 parents 908f6c5 + 955a198 commit 57da694
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 13 deletions.
11 changes: 7 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@ source "https://rubygems.org"
ruby '2.3.0'

gem 'fileutils'
gem 'foreman', '~> 0.82.0'
gem 'jekyll', '~> 3.2', '>= 3.2.1'
gem 'rack-contrib', '~> 1.2.0'
gem 'rack-rewrite', '~> 1.5.1'
gem 'rake'
gem 'thin', '~> 1.6.3'
gem 'uglifier'

group :production do
gem 'foreman', '~> 0.82.0'
gem 'rack-contrib', '~> 1.2.0'
gem 'rack-rewrite', '~> 1.5.1'
gem 'thin', '~> 1.6.3'
end

group :jekyll_plugins do
gem 'jekyll-assets', '~> 2.2', '>= 2.2.8'
gem 'jekyll-compose', '~> 0.4.1'
Expand Down
13 changes: 7 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ GEM
addressable (2.4.0)
colorator (1.1.0)
concurrent-ruby (1.0.2)
daemons (1.2.3)
eventmachine (1.0.8)
daemons (1.2.4)
eventmachine (1.2.0.1)
execjs (2.7.0)
extras (0.1.0)
forwardable-extended (~> 2.5)
Expand Down Expand Up @@ -39,7 +39,8 @@ GEM
jekyll-paginate (1.1.0)
jekyll-sass-converter (1.4.0)
sass (~> 3.4)
jekyll-sitemap (0.9.0)
jekyll-sitemap (0.11.0)
addressable (~> 2.4.0)
jekyll-watch (1.5.0)
listen (~> 3.0, < 3.1)
kramdown (1.12.0)
Expand All @@ -54,11 +55,11 @@ GEM
rack-contrib (1.2.0)
rack (>= 0.9.1)
rack-rewrite (1.5.1)
rake (10.4.2)
rake (11.3.0)
rb-fsevent (0.9.7)
rb-inotify (0.9.7)
ffi (>= 0.5.0)
rmagick (2.15.4)
rmagick (2.16.0)
rouge (1.11.1)
safe_yaml (1.0.4)
sass (3.4.22)
Expand Down Expand Up @@ -94,4 +95,4 @@ RUBY VERSION
ruby 2.3.0p0

BUNDLED WITH
1.12.5
1.13.1
4 changes: 2 additions & 2 deletions _assets/stylesheets/_layout/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@

.logo {
display: block;
max-height: 21px;
width: 180px;
max-height: 27px;
width: 200px;
@media #{$medium-up} {
max-height: 24px;
width: 180px;
Expand Down
2 changes: 1 addition & 1 deletion _assets/stylesheets/_redbat/_type.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// BASE TYPE ---------------------

html {
font-size: 14px;
font-size: 16px;
-webkit-font-smoothing: antialiased;
@media #{$medium-up} {
font-size: 18px;
Expand Down

0 comments on commit 57da694

Please sign in to comment.