Merge branch 'develop'
This commit is contained in:
commit
2e09622de6
|
@ -37,8 +37,6 @@ apple_touch_icon_sizes: [ 57, 114, 72, 144, 60, 120, 76, 152 ]
|
|||
favicon_sizes: [ 160, 96, 32, 16 ]
|
||||
|
||||
main_menu:
|
||||
- title: About
|
||||
href: /
|
||||
- title: Services
|
||||
href: /services/
|
||||
- title: Testimonials
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,4 @@
|
|||
@each $page in about, work, services, testimonials, talks, blog, contact {
|
||||
@each $page in services, testimonials, talks, blog, contact {
|
||||
.page--#{$page} .nav__#{$page} {
|
||||
@extend .active;
|
||||
}
|
||||
|
|
Reference in a new issue