toujours en train de regler les styles
This commit is contained in:
@@ -24,11 +24,11 @@
|
||||
/*design*/
|
||||
.gallery {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.gallery .card {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 0 1 0;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
@@ -56,11 +56,23 @@
|
||||
.image {
|
||||
margin: auto;
|
||||
margin-left: 0px;
|
||||
width: 100%;
|
||||
}
|
||||
.image * {
|
||||
margin: 0px;
|
||||
}
|
||||
.image img {
|
||||
height: 400px;
|
||||
width: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
/*images in full page*/
|
||||
.image.full {
|
||||
overflow: visible;
|
||||
}
|
||||
.image.full img {
|
||||
max-width: 100vw;
|
||||
width: 100vw;
|
||||
height: auto;
|
||||
margin-left: calc(-1 * var(--screen-gap));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user