.super-button { @apply inline-flex font-alt text-4xl py-8 px-4 transition duration-200; &:hover { @apply no-underline; } @screen md { @apply px-6; } } .super-button__body { @apply flex-grow; } .super-button__icon { @apply ml-4; }