removed hamburger (amurica)

This commit is contained in:
AW_Dev 2024-05-07 20:42:21 -07:00
parent b1e5436d97
commit 291b9f1214
2 changed files with 0 additions and 13 deletions

View file

@ -31,7 +31,6 @@
style="top: 30%; right:10%;animation-delay: -1500ms;"><!---animation-delay: -2s;-->
<img src="../icons/scrolldown.svg" class="scroll-prompt" onclick="smoothScroll('.gambling-section')">
<img src="../images/idea.png" class="huh floaty" style="animation-delay: -3000ms;">
<img src="../icons/menu.svg" class="menu-button">
</section>
<section class="gambling-section section">
<div class="gambling-header">

View file

@ -22,18 +22,6 @@
height: 0px;
}
.menu-button {
position: absolute;
top: 15px;
right: 15px;
transform: rotate(0deg);
transition: 500ms transform;
cursor: pointer;
}
.menu-button:hover {
transform: rotate(90deg);
}
/*TODO: decide whether to remove this*/
.huh {