Skip to content

Commit

Permalink
menu fix
Browse files Browse the repository at this point in the history
  • Loading branch information
owsko committed Jul 7, 2024
1 parent 59a2d2b commit c1dbeb3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pages/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ <h1 class="prevent" id="header-h1">&gt;.&lt;</h1>
<script src="../scripts/script_eraseText.js"></script>
<script src="../scripts/script_menuIcon.js"></script>

<script src="../scripts/script_randomFonts.js"></script>
<script src="../scripts/script_formfont.js"></script>

</body>
</html>
File renamed without changes.
2 changes: 1 addition & 1 deletion stylesheets/common.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
body {
background: black;
background: rgb(0, 0, 0);
color: whitesmoke;
font-family: monospace;
font-size: 13px;
Expand Down
2 changes: 1 addition & 1 deletion stylesheets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ header {
justify-content: center;

width: auto;
height: 85vh;
height: 88vh;
}


Expand Down
6 changes: 4 additions & 2 deletions stylesheets/menuBar.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@

.open .mobile-menu {
display: flex;
flex-direction: row;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: black;
background-color: rgba(0, 0, 0, 0.750);
padding: 0;
}


.mobile-menu {
display: none;
position: absolute;
Expand Down

0 comments on commit c1dbeb3

Please sign in to comment.