Unable to setup footer style

Hello everyone. I’m currently building my portfolio and for some reason I’m unable to setup the footer’s style. It only works if I create a new css file, but I don’t want to do it this way. What am I doing wrong?

Here’s the link:
https://teste-matty.bss.design/

Thank you :slight_smile:

I don’t know if that’s what you’re trying to do, but if you want the same alignment for the whole site, in the other sections you’ve defined this css code, so you need to define the same code in the footer css.

.footer-container {
  padding-left: 20em;
  padding-right: 20em;
  width: 100vw;
}

I would like to take this opportunity to inform you that your site is not responsive, that is, it is only displayed well on computers, whereas on cell phones the presentation is completely broken.

It appears you’re not using any of Bootstrap’s grid features (containers, rows, columns…) I would study the program documentation (specifically the Designing Responsive Pages topic.) This is undoubtedly why your site’s responsiveness is absent. Keep in mind that you should build your website from a “mobile-first” approach. Also watch the videos on how to build a website.