only element if we style multiple

PHOTO EMBED

Wed Oct 30 2024 22:50:25 GMT+0000 (Coordinated Universal Time)

Saved by @davidmchale #section #only-child

section {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* If there's only one section, remove margins */
section:first-of-type:last-of-type {
  margin-top: 0;
  margin-bottom: 0;
}
content_copyCOPY