Not a big deal, the website is awesome, but in big screens, the "Let's get started" piece gets overlayed by the "desing2.png" image:

I gave it a quick look, and I believe it has to do with mixing absolute and relative units in
|
.services-section .desing-2 { |
|
position: absolute; |
|
bottom: -100px; |
|
left: 36%; |
|
z-index: 9990; |
and the row class from bootstrap.min.css (which seems autogenerated and I don't know where it comes from).
Not a big deal, the website is awesome, but in big screens, the "Let's get started" piece gets overlayed by the "desing2.png" image:
I gave it a quick look, and I believe it has to do with mixing absolute and relative units in
website/website/assets/css/style.css
Lines 1135 to 1139 in 88f7743
and the
rowclass frombootstrap.min.css(which seems autogenerated and I don't know where it comes from).