Why would max-width not work on this?

Ah ok, I misunderstood its use. To get a fluid button that won’t stretch to massive sizes I added the following:

width:100%;
max-width: 540px;

Thanks commenters!

Leave a Comment