fix: height of button (partial fix)

This commit is contained in:
itsscb 2025-06-05 20:00:37 +02:00
parent 7d7b6d5667
commit cc222e5691

View File

@ -88,12 +88,12 @@
#button-start { #button-start {
width: 80%; width: 80%;
padding: 10px 20px; padding: 10px 16px;
background-color: #007BFF; background-color: #007BFF;
color: white; color: white;
border: none; border: none;
border-radius: 2rem; border-radius: 2rem;
font-size: 8rem; font-size: 2rem;
cursor: pointer; cursor: pointer;
transition: background-color 0.3s ease; transition: background-color 0.3s ease;
margin-top: 5px; margin-top: 5px;
@ -177,11 +177,11 @@
<img id="pantomime-img" class="hidden" src="animals.png" alt="Pantomime Image" /> <img id="pantomime-img" class="hidden" src="animals.png" alt="Pantomime Image" />
</div> </div>
<button type="button" id="button-start" onclick="handleClick()"> <button type="button" id="button-start" onclick="handleClick()">
<svg id="svg-next" class="removed" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" width="18rem" <svg id="svg-next" class="removed" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" width="6rem"
fill="#e3e3e3"> fill="#e3e3e3">
<path d="M660-240v-480h80v480h-80Zm-440 0v-480l360 240-360 240Zm80-240Zm0 90 136-90-136-90v180Z" /> <path d="M660-240v-480h80v480h-80Zm-440 0v-480l360 240-360 240Zm80-240Zm0 90 136-90-136-90v180Z" />
</svg> </svg>
<svg id="svg-start" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" width="18rem" fill="#e3e3e3"> <svg id="svg-start" xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" width="6rem" fill="#e3e3e3">
<path d="M320-200v-560l440 280-440 280Zm80-280Zm0 134 210-134-210-134v268Z" /> <path d="M320-200v-560l440 280-440 280Zm80-280Zm0 134 210-134-210-134v268Z" />
</svg> </svg>
</button> </button>