1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2024-11-21 17:56:45 +02:00
This commit is contained in:
Patrik J. Braun 2023-09-22 22:45:26 +02:00
parent 13242062b6
commit 02f225bca7

View File

@ -145,6 +145,14 @@ hr {
margin-bottom: 30px;
}
.row.feature:nth-child(odd) .feature-image{
order: 2;
}
/*Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
.row.feature .feature-image{
order: 2;
}
}