mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
removed hamburger (amurica)
This commit is contained in:
parent
b1e5436d97
commit
291b9f1214
2 changed files with 0 additions and 13 deletions
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue