Skip to content

Commit

Permalink
Width issues resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
Ojas-Arora committed Jan 3, 2025
1 parent 6f1869b commit 43be0d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -730,4 +730,4 @@ <h2 style="color: black;">What are
}
</script>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ body {
.nav-links a {
color: #fff;
text-decoration: double;
font-size: 18px;
font-size: 1.1em;
display: flex;
align-items: center;
transition: color 0.3s ease, background-color 0.3s ease;
Expand All @@ -62,7 +62,7 @@ body {
/* Sections */
.section {
padding: 60px 20px;
max-width: 100%;
max-width: 80%;
margin: auto;
}

Expand Down

0 comments on commit 43be0d3

Please sign in to comment.