Skip to content

Commit

Permalink
fixed bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
multiverseweb committed Nov 6, 2024
1 parent 2699817 commit a516771
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/404.html → 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Page Not Found :(</title>
<link rel="stylesheet" href="../website/styles/404.css">
<link rel="shortcut icon" href="../website/web_images/3dlogo.svg" type="image/x-icon">
<link rel="stylesheet" href="website/styles/404.css">
<link rel="shortcut icon" href="website/web_images/3dlogo.svg" type="image/x-icon">
</head>
<body>
<div class="error404">4<img class="logo" src="../website/web_images/2dglow.png" alt="Dataverese's Logo">4</div>
<div class="error404">4<img class="logo" src="website/web_images/2dglow.png" alt="Dataverese's Logo">4</div>
<div class="info">Oops! Page not found.</div>
<div class="info" id="detail">We couldn't find the page you requested. It might be unavailable at the moment or have a different URL.</div>
<a href="../index.html" class="home">Return to Home</a>
<a href="index.html" class="home">Return to Home</a>
</body>
</html>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
Gupta</p>
<br>
<p style="color:rgb(177, 177, 177);">&copy; <span id="copyright">32949832</span> <a
href=".github/404.html">Tejas Gupta</a></p>
href="404.html">Tejas Gupta</a></p>
</div>
<div class="end_line"></div>
<script src="https://unpkg.com/leaflet@1.7.1/dist/leaflet.js"></script>
Expand Down
8 changes: 7 additions & 1 deletion website/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1118,6 +1118,9 @@ input {

/*===========================RESPONSIVE===================================*/
@media screen and (max-width: 660px) {
.name {
margin-left: 10px;
}
.loginSignupbtn{
padding: 10px;
border-radius: 50%;
Expand Down Expand Up @@ -1257,9 +1260,12 @@ input {

form {
margin-top: 40px;
width: calc(80vw - 30px);
width: calc(90vw - 20px);
margin-left: 0vw;
}
input{
width: 95%;
}

.heading {
font-size: x-large;
Expand Down

0 comments on commit a516771

Please sign in to comment.