File tree 7 files changed +6
-48
lines changed
7 files changed +6
-48
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ gem 'uglifier'
8
8
gem 'nokogiri'
9
9
10
10
gem 'bootstrap-sass'
11
- gem 'font-awesome-sass'
12
11
13
12
gem 'rake'
14
13
gem 'rake-jekyll'
Original file line number Diff line number Diff line change 27
27
}
28
28
}
29
29
.site-nav {
30
- float : left ;
31
- margin-top : 10 px ;
30
+ float : right ;
31
+ margin-top : 90 px ;
32
32
line-height : 56px ;
33
33
.menu-icon {
34
34
display : none ;
44
44
}
45
45
46
46
@include media-query ($on-palm ) {
47
+ margin-top : 0 ;
47
48
position : absolute ;
48
49
top : 15px ;
49
50
right : 30px ;
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ $secondary-color-2: #99C542;
25
25
$secondary-color-2-light : lighten ($secondary-color-2 , 30% );
26
26
$secondary-color-2-dark : darken ($secondary-color-2 , 10% );
27
27
28
- $on-palm : 685 px ;
28
+ $on-palm : 756 px ;
29
29
$on-laptop : 800px ;
30
30
31
31
// Using media queries with like this:
@@ -43,7 +43,6 @@ $on-laptop: 800px;
43
43
44
44
@import
45
45
" bootstrap" ,
46
- " font-awesome" ,
47
46
" fullcalendar" ,
48
47
" base" ,
49
48
" layout" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
---
2
2
layout: default
3
3
---
4
- < div class ="event ">
4
+ < div class ="post ">
5
5
6
6
< header class ="post-header ">
7
7
< p class ="event-date "> {{ page.date | date: "%b %-d, %Y" }}</ p >
Original file line number Diff line number Diff line change 1
1
require "jekyll-assets"
2
2
require "jekyll-assets/bootstrap"
3
- require "jekyll-assets/font-awesome"
4
3
require "jekyll-assets/rails-assets"
Original file line number Diff line number Diff line change 1
1
---
2
- layout: page
2
+ layout: post
3
3
title: Tutorials
4
4
permalink: /tutorials/
5
5
---
You can’t perform that action at this time.
0 commit comments