Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Responsiveness for UHD screens #4

Open
cvillagrasa opened this issue Mar 22, 2023 · 0 comments
Open

Responsiveness for UHD screens #4

cvillagrasa opened this issue Mar 22, 2023 · 0 comments

Comments

@cvillagrasa
Copy link
Member

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:

imagen

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant