Skip to content

Commit

Permalink
i forgot
Browse files Browse the repository at this point in the history
  • Loading branch information
16Integer committed Sep 30, 2023
1 parent 0143717 commit 3601597
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
8 changes: 3 additions & 5 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,11 @@
/* Media Query for Mobile */
@media screen and (max-width: 600px) {
p {
width: 90%; /* Adjust width for smaller screens */
width: 90%;
}
h1 {
font-size: 30px; /* Adjust font size for smaller screens */
font-size: 30px;
}
/* Add more adjustments as needed */
}
</style>
</head>
Expand All @@ -87,8 +86,7 @@ <h1>404</h1>
If you think this an error, please wait for a while. I use Github Pages
as a hosting service, so they may be down.<br />
Please make sure you are not typoing. Some older browsers may not
support root URLS &/or domains without protocols, so try using
<a href="https://passmgrgui.github.io/index.html">this URL.</a>
support root URLS &/or domains without protocols, so try acesssing the resource requested fully, like <p style="font-style: italic;">https://passmgrgui.github.io/resource.html</p>
</p>

<p>
Expand Down
5 changes: 2 additions & 3 deletions noscript.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,11 @@
/* Media Query for Mobile */
@media screen and (max-width: 600px) {
p {
width: 90%; /* Adjust width for smaller screens */
width: 90%;
}
h1 {
font-size: 30px; /* Adjust font size for smaller screens */
font-size: 30px;
}
/* Add more adjustments as needed */
}
</style>
</head>
Expand Down

0 comments on commit 3601597

Please sign in to comment.