Mary Our Queen - Peachtree Corners, GA

Page titles are hidden on mobile

Assigned to
Kyle Sullivan, Web Development at Diocesan Kyle S.
Notes

Comments & Events

Kyle Sullivan, Web Development at Diocesan
I added the following code to .post-launch.css. I believe this fixes this issue and actually centers the title.
/* Header */
header.entry-header, header.page-header {
  min-height: 7rem; }

header.entry-header h1, header.page-header h1 {
  left: 50%;
  transform: translateX(-50%);
  margin: 0; }
Kyle Sullivan, Web Development at Diocesan
Kyle Sullivan completed this to-do.