bradtraversy / proshop_mern

Shopping cart built with MERN & Redux
1.99k stars 1.18k forks source link

How to remove the margins in loginscreen? #157

Closed talmax1124 closed 3 years ago

talmax1124 commented 3 years ago

Hello! I want to remove the margins in the login screen, so that I can create a full screen login experience. What do i need to remove or modify?

bradtraversy commented 3 years ago

This is not an “issue”. Please don’t post this stuff here.

On Sat, Jun 19, 2021 at 8:17 PM Carlos @.***> wrote:

Hello! I want to remove the margins in the login screen, so that I can create a full screen login experience. What do i need to remove or modify?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bradtraversy/proshop_mern/issues/157, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABKLGAVWTTG7EADNID2GJLDTTUXQBANCNFSM467Q2APA .

-- Brad Traversy Traversy Media

talmax1124 commented 3 years ago

Can you at least tell me how to do it? @bradtraversy

bradtraversy commented 3 years ago

Use the devtools to see the css and modify it. It uses Bootstrap, so you do have some limitations. I don't have time to dig in and try and find the exact styles you need to change

talmax1124 commented 3 years ago

Use the devtools to see the css and modify it. It uses Bootstrap, so you do have some limitations. I don't have time to dig in and try and find the exact styles you need to change

I did but what I figured out is that its in main .container but I don't know how to target specifically a page @bradtraversy