Skip to content

Commit

Permalink
Fix link not working (artemis)
Browse files Browse the repository at this point in the history
  • Loading branch information
optimisan committed Feb 26, 2023
1 parent c672d6d commit 7165e92
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
12 changes: 11 additions & 1 deletion public/sacup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
justify-content: start;
flex-direction: column;
position: relative;
z-index: 1000;
}
@media screen and (max-width: 730px) {
.container-hero {
Expand Down Expand Up @@ -88,6 +89,10 @@
transform: translateX(-35%);
}
}
/* id starting with label */
[id^="label"] {
user-select: none;
}
</style>
</head>
<body>
Expand Down Expand Up @@ -151,7 +156,12 @@
<div class="h1" id="sacup">
<h1>
Team
<a class="blue-link" href="/posts/spaceport-america-cup">Artemis</a>
<a
style="z-index: 9999"
class="blue-link"
href="/posts/spaceport-america-cup"
>Artemis</a
>
</h1>
</div>
</div>
Expand Down
3 changes: 2 additions & 1 deletion public/sacup/labels.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
.label {
z-index: 100;
z-index: 10;
position: fixed;
left: 30%;
top: 30%;
color: white;
opacity: 0;
user-select: none;
}
.label > div,
.label h3 {
Expand Down

2 comments on commit 7165e92

@vercel
Copy link

@vercel vercel bot commented on 7165e92 Feb 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

seds-with-blog – ./

seds-with-blog-akshat-oke.vercel.app
seds-with-blog-git-main-akshat-oke.vercel.app
seds-bphc.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 7165e92 Feb 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

seds – ./

seds-git-main-akshat-oke.vercel.app
seds-akshat-oke.vercel.app
seds-six.vercel.app

Please sign in to comment.