mirror of
https://github.com/bpatrik/pigallery2.git
synced 2024-11-21 17:56:45 +02:00
Fix doc UI #725
This commit is contained in:
parent
13242062b6
commit
02f225bca7
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user