fixed mobile view, fixed footer links
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5a72d919d0
commit
4b7f1cc64a
4 changed files with 40 additions and 19 deletions
|
@ -336,16 +336,16 @@ Small Screen - Mobile
|
|||
.content-item-inner2 {
|
||||
overflow-y: hidden;
|
||||
overflow-x: scroll;
|
||||
width: 650px;
|
||||
width: 1200px;
|
||||
}
|
||||
|
||||
.content-item-inner4 {
|
||||
width: 267px;
|
||||
width: 760px;
|
||||
padding-left: 77px;
|
||||
}
|
||||
|
||||
.content-item-inner2 ul li div:nth-of-type(1) {
|
||||
width: 267px;
|
||||
width: 760px;
|
||||
}
|
||||
|
||||
.content-item-inner2 ul li div:nth-of-type(1) img {
|
||||
|
|
Reference in a new issue