Skip to content

Commit

Permalink
Fix busted steam icon
Browse files Browse the repository at this point in the history
  • Loading branch information
06000208 committed Jan 11, 2024
1 parent e97b8a2 commit a2d6d06
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,19 @@
max-width: 3rem;
border-radius: var(--corners)
}
.icon.svg {
height: 3rem;
width: 3rem;
}
</style>
</head>

<body class="content">
<h2>Tona Days</h2>
<p>an invite only community and clan for a variety of games</p>
<div class="row">
<a href="https://steamcommunity.com/groups/tonadays"><img class="icon" src="./assets/Steam_icon_logo.svg" alt="Steam Group"></a>
<a href="https://github.com/tonadays"><img class="icon" src="./assets/github-mark-white.svg" alt="Github"></a>
<a href="https://steamcommunity.com/groups/tonadays"><img class="icon svg" src="./assets/Steam_icon_logo.svg" alt="Steam Group"></a>
<a href="https://github.com/tonadays"><img class="icon svg" src="./assets/github-mark-white.svg" alt="Github"></a>
</div>
<div class="row">
<a href=""><img class="icon" src="./assets/games/gmod.png" alt="Garry's Mod"></a>
Expand Down

0 comments on commit a2d6d06

Please sign in to comment.