mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-07-06 12:31:30 +00:00
12 lines
231 B
CSS
12 lines
231 B
CSS
.sow-image-grid-wrapper {
|
|
text-align: center;
|
|
}
|
|
.sow-image-grid-wrapper .sow-image-grid-image {
|
|
display: inline-block;
|
|
}
|
|
.sow-image-grid-wrapper .sow-image-grid-image img {
|
|
display: none;
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|