Skip to content

Commit

Permalink
Revert "Disable jekyll-mentions and fix CSS for nav."
Browse files Browse the repository at this point in the history
This reverts commit 1d06ce7.
  • Loading branch information
benbalter committed Jun 26, 2014
1 parent 2ef6962 commit e9378d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,6 @@ encoding: UTF-8

gems:
- jemoji
#- jekyll-mentions
- jekyll-mentions
- jekyll-redirect-from
- jekyll-sitemap
7 changes: 4 additions & 3 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,10 @@ body { padding-top: 20px; font-size: 1.6em; font-weight: 200; }
.navbar h2 { font-weight: normal; font-size: 20px; display: inline;}
.navbar-brand { font-size: 20px; }
@media (max-width: 768px) {
.navbar .pull-right, .navbar-brand { text-align: center; float: none; width: 100%; }
.navbar li { text-align: center; }
.navbar-nav { margin: 0; }
.navbar .pull-right, .navbar-brand { text-align: center; float: none; width: 100%; }
}
@media (max-width: 768px) {
.navbar li { text-align: center;}
}
@media (max-width: 1200px) {
.nav { font-size: 0.9em; }
Expand Down

0 comments on commit e9378d9

Please sign in to comment.