Tagged: CSS
Hello I’ve tried to make the xxl button even bigger and style the padding. But depending on how much text there is, the button size changes.
https://infinit.io/_/DEyMavR code i’ve used
https://infinit.io/_/33yWiDm How it looks (see the different sizes)
Hope you can solve this for me.
Best Regards
Asger Jørgensen
i fixed it my self with
position: relative;
display: block !important;
:)