Assistance needed on a small problem

Hello guys! I’m having a bit of a problem that I’ve tried researching and I can’t figure it out for the life of me. So far, things have been going pretty darn smoothly and I’ve learned a TON once I started working on the tribute page project. But alas, this eludes me.

Basically, I’m trying to add a border and background color to the columns named “Interesting Facts” and “Links”, and it works…but ONLY in a mobile view. On my desktop, it doesn’t change a bit and it’s driving me crazy. I’m still a beginner, so I’m positive it’s something silly I’m overlooking. Any help is super appreciated!

Here’s my codepen http://codepen.io/Metalsymphony/pen/rrWGoZ

Try moving out the .links and .facts rules out of the media query.

2 Likes

YOU ARE MY SAVIOR! I can’t believe I overlooked that lol. I was missing the last bracket on the media query so it was left open. Thanks a ton!