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

Photo cards CSS improved, 2

parent a157768f
No related branches found
No related tags found
2 merge requests!17Develop,!3Develop
......@@ -288,17 +288,19 @@ div.post {
.cards {
display: flex;
flex-wrap: wrap;
.card-id {
width: 250px;
height: 380px;
width: 185px;
height: 350px;
border: solid 2px #e6e6e6;
border-radius: 7px 7px 0px 0px;
padding: 8px;
margin: 10px;
.card-id-photo img {
width: 175px;
padding-left: 40px;
width: 120px;
padding-left: 4px;
padding-bottom: 8px;
}
......
......@@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "elixir-theme"
spec.version = "0.1.29"
spec.version = "0.1.30"
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