Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ocanty committed Jun 1, 2024
1 parent c53f9c2 commit e164712
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@
background-color: rgba(255,255,255,0.85);
color: black;
backdrop-filter: blur(4px);
padding: 24px 48px;
padding: 24px;
text-align: center;
}

@media only screen and (max-width: 600px) {
@media only screen and (max-width: 728px) {
body > div {
position: relative;
top: 0;
Expand Down Expand Up @@ -213,7 +214,7 @@
<body>
<div style="width: fit-content">
<h1 style="font-weight: 300">
<a id="mt" href="mailto:[email protected]">[email protected]</a><span>:~$</span> <span id="blink">&#x2588;</span>
<a id="mt" href="mailto:[email protected]">[email protected]</a>
</h1>
<i style="color: gray">(uh-sheen) (can-tee)</i> &bull;
<a target="_blank" href="https://github.com/ocanty">GitHub</a> &bull;
Expand Down

0 comments on commit e164712

Please sign in to comment.