Skip to content

Commit

Permalink
Merge pull request #26 from thunsaker/feature/img-width
Browse files Browse the repository at this point in the history
🐛 Fix images displaying wider than card
  • Loading branch information
oscarmcm committed Nov 16, 2015
2 parents 158a68e + 72df7a8 commit 1b5f5e9
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 15 deletions.
35 changes: 21 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,38 @@
# Change Log

## [v1.6.0](https://github.com/gdg-managua/jekyll-mdl/tree/v1.6.0) (2015-11-01)
## [v1.7.0](https://github.com/gdg-managua/jekyll-mdl/tree/v1.7.0) (2015-11-16)
[Full Changelog](https://github.com/gdg-managua/jekyll-mdl/compare/v1.6.0...v1.7.0)

**Implemented enhancements:**

- :bug: Fix images displaying wider than card [\#26](https://github.com/gdg-managua/jekyll-mdl/pull/26) ([thunsaker](https://github.com/thunsaker))

**Fixed bugs:**

- Images are bleeding over the card view [\#25](https://github.com/gdg-managua/jekyll-mdl/issues/25)

## [v1.6.0](https://github.com/gdg-managua/jekyll-mdl/tree/v1.6.0) (2015-11-01)
[Full Changelog](https://github.com/gdg-managua/jekyll-mdl/compare/v1.5.0...v1.6.0)

**Implemented enhancements:**

- Unconventional use of floating action button [\#23](https://github.com/gdg-managua/jekyll-mdl/issues/23)
- JKM-23 fix Unconventional use of floating action button [\#24](https://github.com/gdg-managua/jekyll-mdl/pull/24) ([oscarmcm](https://github.com/oscarmcm))

**Fixed bugs:**

- Unconventional use of floating action button [\#23](https://github.com/gdg-managua/jekyll-mdl/issues/23)

**Merged pull requests:**

- JKM-23 fix Unconventional use of floating action button [\#24](https://github.com/gdg-managua/jekyll-mdl/pull/24) ([oscarmcm](https://github.com/oscarmcm))

## [v1.5.0](https://github.com/gdg-managua/jekyll-mdl/tree/v1.5.0) (2015-10-25)
[Full Changelog](https://github.com/gdg-managua/jekyll-mdl/compare/v1.4.1...v1.5.0)

**Fixed bugs:**
**Implemented enhancements:**

- Search not work in drawer mode [\#21](https://github.com/gdg-managua/jekyll-mdl/issues/21)
- JKM-4 add support for disqus comments [\#22](https://github.com/gdg-managua/jekyll-mdl/pull/22) ([oscarmcm](https://github.com/oscarmcm))

**Merged pull requests:**
**Fixed bugs:**

- JKM-4 add support for disqus comments [\#22](https://github.com/gdg-managua/jekyll-mdl/pull/22) ([oscarmcm](https://github.com/oscarmcm))
- Search not work in drawer mode [\#21](https://github.com/gdg-managua/jekyll-mdl/issues/21)

## [v1.4.1](https://github.com/gdg-managua/jekyll-mdl/tree/v1.4.1) (2015-10-05)
[Full Changelog](https://github.com/gdg-managua/jekyll-mdl/compare/v1.4.0...v1.4.1)
Expand All @@ -50,11 +57,15 @@
## [v1.1.0](https://github.com/gdg-managua/jekyll-mdl/tree/v1.1.0) (2015-07-25)
[Full Changelog](https://github.com/gdg-managua/jekyll-mdl/compare/v1.0.0...v1.1.0)

**Merged pull requests:**
**Implemented enhancements:**

- Add a Bitdeli Badge to README [\#8](https://github.com/gdg-managua/jekyll-mdl/pull/8) ([bitdeli-chef](https://github.com/bitdeli-chef))

## [v1.0.0](https://github.com/gdg-managua/jekyll-mdl/tree/v1.0.0) (2015-07-21)
**Implemented enhancements:**

- JKM-1 Create site pagination [\#5](https://github.com/gdg-managua/jekyll-mdl/pull/5) ([oscarmcm](https://github.com/oscarmcm))

**Fixed bugs:**

- Broken vertical "more" menu [\#7](https://github.com/gdg-managua/jekyll-mdl/issues/7)
Expand All @@ -63,10 +74,6 @@
- Highlight post and cards [\#2](https://github.com/gdg-managua/jekyll-mdl/issues/2)
- Highlight post layout [\#1](https://github.com/gdg-managua/jekyll-mdl/issues/1)

**Merged pull requests:**

- JKM-1 Create site pagination [\#5](https://github.com/gdg-managua/jekyll-mdl/pull/5) ([oscarmcm](https://github.com/oscarmcm))



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
2 changes: 2 additions & 0 deletions _posts/2015-10-11-google-developers-group.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ image: http://4.bp.blogspot.com/-IOD6VutWGlA/UW8Jq05M0DI/AAAAAAAAAeA/OVckWFybKqg
---
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci.

![Dev Image](http://4.bp.blogspot.com/-IOD6VutWGlA/UW8Jq05M0DI/AAAAAAAAAeA/OVckWFybKqg/s1600/DSC01317.JPG)

Morbi in sem quis dui placerat ornare. Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu. Cras consequat.

Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus.
Expand Down
7 changes: 6 additions & 1 deletion _sass/_post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,10 @@
margin-top: 48px;
}
}


.post-content {
img {
width: 100%;
}
}
}

0 comments on commit 1b5f5e9

Please sign in to comment.