gallery widget in footer max display 3 items
This commit is contained in:
parent
55a7ea9b2a
commit
d4f951dc37
|
@ -190,6 +190,9 @@ footer{
|
|||
|
||||
.gallery{
|
||||
display: grid;
|
||||
max-height: 485px;
|
||||
overflow: hidden;
|
||||
justify-content: center;
|
||||
.gallery-item{
|
||||
margin: 5px 0 !important;
|
||||
}
|
||||
|
@ -341,6 +344,8 @@ footer{
|
|||
}
|
||||
.gallery{
|
||||
display: grid;
|
||||
max-height: 485px;
|
||||
overflow: hidden;
|
||||
.gallery-item{
|
||||
margin: 5px 0 !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue