mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-01-20 04:59:33 +02:00
10 lines
178 B
CSS
10 lines
178 B
CSS
.imgContainer img {
|
|
position: absolute;
|
|
}
|
|
|
|
.imgContainer {
|
|
justify-content: center; /* add to align horizontal */
|
|
align-items: center; /* add to align vertical */
|
|
}
|
|
|