Site: https://dev.momentinaboxclub.com/ Area: About the box
I want this column to be centered on mobile devices. I am currently using this css in a media query:
.about-box {
width: 90%;
margin: 0 auto;
}
It seems to work on cell phones but on tablets the box is getting moved to the left. I can't figure out why it won't center. Please help.
Thank you!