.sitemapItem { display: flex; justify-content: space-between; align-items: center; margin-bottom: 5px; } a.sitemapItemContainer { display: block; } .sitemapItemContainer:nth-child(even) { background: white; } .sitemapItemContainer:nth-child(odd) { background: #f4f5f7; } .sitemapItem p { margin: 0; padding: 15px; font-weight: bold; } .backToParentSitemap { margin-top: 0; margin-bottom: 30px; }