Mobile menu space

This commit is contained in:
Pawel 2021-09-17 14:22:49 +02:00
parent d2b2682720
commit 5daffd5e39
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="./assets/css/styles.css" rel="stylesheet" />
<link href="./css/styles.css" rel="stylesheet" />
<title>DApp Connect</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
@ -274,6 +274,6 @@
</div>
</footer>
<script src="./src/main.js"></script>
<script src="./js/main.js"></script>
</body>
</html>