diff --git a/_sass/elixir/_layout.scss b/_sass/elixir/_layout.scss index 132ea85d8f8d1de0ce726b209fb8016b81fbbc72..3e2070ae1f79c80c5dc46fa9c6c319d0a50f0998 100644 --- a/_sass/elixir/_layout.scss +++ b/_sass/elixir/_layout.scss @@ -285,3 +285,24 @@ div.post { text-decoration: none; } } + +.cards { + display: flex; + + .card-id { + width: 250px; + height: 300px; + border: solid 2px #e6e6e6; + padding: 3px; + margin: 10px; + + .card-id-photo img { + width: 100%; + } + + .card-id-name { + font-weight: 600; + font-size: 20px; + } + } +} diff --git a/elixir-theme.gemspec b/elixir-theme.gemspec index 161b9e22cbe1a942e93faf1a2981100dd38fa735..69eefe01a6850f148b4de002cca9db8ba6bb880a 100644 --- a/elixir-theme.gemspec +++ b/elixir-theme.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "elixir-theme" - spec.version = "0.1.27" + spec.version = "0.1.28" spec.authors = ["jacek.lebioda"] spec.email = ["jacek.lebioda@uni.lu"]