Good Morning,
Is it possible to calculate the size of a button (shortcode) according to the size of the page?
Full screen…

Screen minimized…

In both cases, the button is just as big and looks very bad. Is it possible that the size is calculated dynamically?
The styles of the button are the following:
#presentacion a {
padding:28px 40px;
font-size: 25px;
letter-spacing: 0.25em;
text-shadow: none;
}
#presentacion a:hover {
border-color: rgb(41,185,115);
background-color: transparent;
border-width: 2px;
}
Thank you!