mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 02:59:27 +00:00
added fixed image size
This commit is contained in:
@@ -147,8 +147,9 @@ figure {
|
|||||||
|
|
||||||
.column img {
|
.column img {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
vertical-align: middle;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
display: block;
|
||||||
|
overflow: hidden;
|
||||||
aspect-ratio: 1 / 1;
|
aspect-ratio: 1 / 1;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
@@ -217,4 +218,4 @@ figure {
|
|||||||
.navbar {
|
.navbar {
|
||||||
font-size: smaller;
|
font-size: smaller;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user