Skip to content
Snippets Groups Projects
Commit 7f8b8967 authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

Merge branch 'fix-longer-description-in-cards' into 'develop'

fix: allow for two line description in cards

See merge request !41
parents 98fd1a67 e5fc1de3
No related branches found
No related tags found
2 merge requests!42Develop,!41fix: allow for two line description in cards
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
.card-id-smallphoto img { .card-id-smallphoto img {
width: auto; width: auto;
padding-left: 4px; padding-left: 4px;
padding-bottom: 8px; padding-bottom: 3px;
} }
.card-id-photo img { .card-id-photo img {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Gem::Specification.new do |spec| Gem::Specification.new do |spec|
spec.name = "jekyll-elixir-theme" spec.name = "jekyll-elixir-theme"
spec.version = "0.9.23" spec.version = "0.9.24"
spec.authors = ["jacek.lebioda"] spec.authors = ["jacek.lebioda"]
spec.email = ["jacek.lebioda@uni.lu"] spec.email = ["jacek.lebioda@uni.lu"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment