Skip to content

Responsiveness for UHD screens #4

@cvillagrasa

Description

@cvillagrasa

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions