Skip to content
Snippets Groups Projects
Commit 1fd49a73 authored by alexisben's avatar alexisben
Browse files

hotfix gallery bloc mobile

parent 27d0f6ca
No related branches found
No related tags found
No related merge requests found
......@@ -85,6 +85,10 @@
padding-right: 20%
figure
margin-right: half($grid-gutter)
@include media-breakpoint-down(desktop)
display: flex
flex-direction: column
justify-content: end
picture
img
// FIXME Arnaud: I would like images at constant height, can't manage to get it right.
......@@ -92,9 +96,7 @@
width: auto
height: auto
max-width: calc(100vw - #{$grid-gutter-sm} * 2)
@include media-breakpoint-up(desktop)
picture
img
@include media-breakpoint-up(desktop)
height: 70vh
width: auto
max-width: none
......
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