Skip to content
Discussion options

You must be logged in to vote

At least when it comes to the .btn class a bunch of properties are missing on e-commerce site:

.btn {
    align-items: center;
    border-radius: 0.5em;
    color: #000;
    cursor: pointer;
    display: flex;
    font-family: Fira Sans,sans-serif;
    font-weight: bolder;
    height: 40px;
    justify-content: center;
    opacity: 62%;
    width: 130px;
}

The funny part is that I see them here: https://github.com/lithika-damnod/ecommerce-nextjs/blob/master/styles/Button.module.css

That in turn made me check the source code, and I found a floating ; in line 300.

Which made look into the Hero module, which at the last line, https://github.com/lithika-damnod/ecommerce-nextjs/blob/master/st…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by lithika-damnod
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants