fix beep buttons on mobile

This commit is contained in:
nelle 2024-09-19 02:47:36 -06:00
parent ef4ba23e85
commit df48587cd7
3 changed files with 12 additions and 4 deletions

View file

@ -130,4 +130,10 @@ hr {
margin-right: 35%;
margin-bottom: -4%;
margin-top: 2%;
}
.beep-buttons {
width: 25%;
margin-top: 4%;
margin-bottom: 2%;
}

View file

@ -25,4 +25,8 @@
.btn-1 {
margin-bottom: 5px;
}
.beep-buttons {
min-width: 42%;
}
}

View file

@ -6,16 +6,14 @@
there is a global timeout of 33 minutes, and a separate timer for each button. if it says its sleeping, come back and try again later!</p>
<button
class="custom-btn btn-1"
style="width: 25%; margin-top: 4%; margin-bottom: 2%;"
class="custom-btn btn-1 beep-buttons"
onclick="meowClick()"
id="meow-button">
<span>meow</span>
</button>
<button
class="custom-btn btn-1"
style="width: 25%; margin-top: 4%; margin-bottom: 2%;"
class="custom-btn btn-1 beep-buttons"
onclick="beepClick()"
id="beep-button">
<span>beep</span>