From f45026830d30764eed78a68f57a06dbfa7cabb3d Mon Sep 17 00:00:00 2001
From: Jacek Lebioda <jacek.lebioda@uni.lu>
Date: Wed, 3 Jul 2019 11:05:23 +0200
Subject: [PATCH] Funding and governance photo cards

---
 _sass/elixir/_layout.scss | 21 +++++++++++++++++++++
 elixir-theme.gemspec      |  2 +-
 2 files changed, 22 insertions(+), 1 deletion(-)

diff --git a/_sass/elixir/_layout.scss b/_sass/elixir/_layout.scss
index 132ea85..3e2070a 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 161b9e2..69eefe0 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"]
 
-- 
GitLab