mirror of
https://github.com/xuthus83/pigallery2.git
synced 2025-01-14 14:43:17 +08: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…
x
Reference in New Issue
Block a user