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

Funding and governance photo cards

parent 1e85dc5e
No related branches found
No related tags found
2 merge requests!17Develop,!3Develop
......@@ -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;
}
}
}
......@@ -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"]
......
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