Mattias Bodlund 1 year ago
parent
commit
37eac6354f
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      app/assets/stylesheets/application.css

+ 3
- 2
app/assets/stylesheets/application.css View File

@ -433,7 +433,7 @@ ul.card__stack {
& img { & img {
display: block; display: block;
width: 100%; width: 100%;
aspect-ratio: 0.731818181818182;
aspect-ratio: 0.731818181818182;
height: auto; height: auto;
border-radius: 8px; border-radius: 8px;
} }
@ -560,7 +560,8 @@ ul.card__stack {
margin-bottom: 40px; margin-bottom: 40px;
& img { & img {
aspect-ratio: 0.615101289134438;
/*aspect-ratio: 0.615101289134438; */
aspect-ratio: 0.731818181818182;
} }
} }


Loading…
Cancel
Save