style.css is overidden?
-
I was trying to override the style for the quote component – it’s got more padding than I’d like – so I added a change to style.css, but it’s not being picked up.
If you inspect element here: https://www.brooklynabroad.com/pomodoro-breaks-were-never-this-good, you’ll see the original style for padding: 8rem 12rem; as opposed to the revision that I added to the stylesheet below.
.aesop-quote-component {
padding: 2rem 12rem;
}Thanks in advance (and happy easter!)
-jacklyn
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘style.css is overidden?’ is closed to new replies.