Fixed add on smaller screens
This commit is contained in:
parent
06b0f46e64
commit
f67b838b99
|
@ -21,6 +21,7 @@ img {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-evenly;
|
justify-content: space-evenly;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
|
overflow-x: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
.burgerbox {
|
.burgerbox {
|
||||||
|
|
Reference in New Issue