Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Shawshank committed Jun 6, 2024
1 parent d0b9a99 commit a46a8eb
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,6 @@
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
/* Additional CSS for responsiveness */
/* You can place this in styles.css if you prefer */
/* For mobile devices */
@media only screen and (max-width: 600px) {
/* Adjust styles for mobile here */
}

/* For tablets like iPad */
@media only screen and (min-width: 601px) and (max-width: 1024px) {
/* Adjust styles for tablets here */
}
</style>
<body>
<header>
<nav id="navbar">
Expand Down

0 comments on commit a46a8eb

Please sign in to comment.