Skip to content

Commit

Permalink
deploy: c30a2a9
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan5563 committed Feb 2, 2025
1 parent f823ee8 commit b37941e
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
font-size: 1.5rem;
}
#impact .impact-points .point p {
font-size: 1rem;
font-size: 0.75rem;
line-height: 1.5;
}

Expand Down Expand Up @@ -244,8 +244,8 @@
</style>
</head>
<body>
<!-- Navigation -->
<nav>
<!-- Navigation
<nav class="desktop-only"></nav>
<div class="container">
<ul>
<li><a href="#overview" onclick="scrollToSection('overview')">Overview</a></li>
Expand All @@ -256,6 +256,19 @@
</ul>
</div>
</nav>
<style>
@media (max-width: 4000px)
{
.desktop-only {
display: block;
}
}
@media (max-width: 768px) {
.desktop-only {
display: none;
}
}
</style> -->

<!-- Hero Section -->
<header style="margin-bottom: 10px;">
Expand Down

0 comments on commit b37941e

Please sign in to comment.