Thread Starter
orphin
(@orphin)
Thank you! I also added
margin:unset;
and that fixed everything!
For anyone in the future having this issue, this gets it all set!
.course {
border-bottom: none;
padding: unset;
margin: unset;
}
-
This reply was modified 3 years, 10 months ago by orphin.