Thanks for this module. Love it.

This is not a high priority. More like a suggestion.

I notice the jack-o-lanterns bunch up at lower resolutions.

Maybe something like this could be added. This is how I handled it.

@media screen and (max-width: 1400px) {
  .pumpkin__item.pump_2,
  .pumpkin__item.pump_4,
  .pumpkin__item.pump_6,
  .pumpkin__item.pump_8,
  .pumpkin__item.pump_10,
  .pumpkin__item.pump_12,
  .pumpkin__item.pump_14,
  .pumpkin__item.pump_16,
  .pumpkin__item.pump_18,
  .pumpkin__item.pump_20,
  .pumpkin__item.pump_22,
  .pumpkin__item.pump_24  {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .pumpkin__item.pump_1,
  .pumpkin__item.pump_5,
  .pumpkin__item.pump_9,
  .pumpkin__item.pump_13,
  .pumpkin__item.pump_17,
  .pumpkin__item.pump_21,
  .pumpkin__item.pump_25  {
    display: none !important;
  }
}

You can see it at: https://wordweaver.pro

Comments

duckydan created an issue.

keiserjb’s picture

Thanks, I will look at this again next fall to get ready for next year.