Newsletter

Changing newsletter design from a stacked version to one that works better when the container is large enough.

.test-wrapper {
  container-type: inline-size;
}
 
@container (min-width: 400px) {
  .newsletter form {
    flex-direction: row;
  }
}

Subscribe and get my new articles

No spam, I promise.

Full Screen