Skip to content

Commit

Permalink
Mobile Menu Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strawhat19 committed Aug 15, 2021
1 parent 3adda24 commit 5918f12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ body {
display: flex;
flex-direction: row;
justify-content: space-between;
grid-gap: 6em;
align-items: center;
width: 100vw;
padding: 0 5em;
Expand All @@ -70,7 +71,6 @@ body {
justify-content: center;
align-items: center;
grid-gap: .2em;
min-width: 10em;
}

.barcolumn i {
Expand Down Expand Up @@ -159,7 +159,7 @@ section {
animation: moveLeftRight 15s ease-in-out infinite alternate;
background: url(./images/wave1.svg);
overflow: visible;
background-repeat-y: no-repeat;
background-repeat: no-repeat;
background-size: contain;
}

Expand All @@ -172,7 +172,7 @@ section {
animation: moveLeftRight 30s ease-in-out infinite alternate-reverse;
background: url(./images/wave2.svg);
overflow: visible;
background-repeat-y: no-repeat;
background-repeat: no-repeat;
background-size: contain;
height: 100%;
}
Expand All @@ -186,7 +186,7 @@ section {
animation: moveLeftRight 20s ease-in-out infinite alternate;
background: url(./images/wave3.svg);
overflow: visible;
background-repeat-y: no-repeat;
background-repeat: no-repeat;
background-size: contain;
height: 100%;
}
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h1 class="mainText">We Will Learn How To Do</h1>
<a class="navbar-item servicesLink" href="./services.html"><i class="fas fa-address-card"></i> Services</a>
<a class="navbar-item contactLink" href="./contact.html"><i class="fas fa-address-card"></i> Contact</a>
</div>
</div>
</div>
</div>
</footer>

Expand Down

0 comments on commit 5918f12

Please sign in to comment.