Hi there,
I am trying to pull the subheadings that I have on this page https://thelanguagesherpa.com/russianpod101-review/ to the left. I used a code that was given to me previously that did the same thing to another element:
@media (min-width: 768px) {
.pull-left {
margin-left: -85px;
}
}
However, when I assign these headline boxes the class ‘pull-left’ nothing happens. Have I made a mistake in the CSS here?
Thank you,
LS

