You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#43 added margin-top: 1em to .link-container h3 to resolve spacing issues on the resume page. This introduced unintentional issues on the transcript page since course headers also use h3 elements inside link containers.
Possible solutions:
Add CSS classes for h3 elements to indicate whether they should be spacing-adjusted or not
Modify the macro for course listings to manually style the h3 elements
This same issue may crop up again for h4 elements in the future, since their spacing was also adjusted. To resolve these issues, the best approach is probably to create new CSS classes.
The text was updated successfully, but these errors were encountered:
#43 added
margin-top: 1em
to.link-container h3
to resolve spacing issues on the resume page. This introduced unintentional issues on the transcript page since course headers also use h3 elements inside link containers.Possible solutions:
This same issue may crop up again for h4 elements in the future, since their spacing was also adjusted. To resolve these issues, the best approach is probably to create new CSS classes.
The text was updated successfully, but these errors were encountered: