Skip to content

Commit

Permalink
small formatting fixes
Browse files Browse the repository at this point in the history
i love css!!!
  • Loading branch information
Piplup7575 committed Dec 4, 2024
1 parent 16026d2 commit fb1d3d9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
Binary file removed img/among-us.gif
Binary file not shown.
File renamed without changes
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h2>Welcome to Tracked Out!</h2>
<a href="https://github.com/trackedout" target="_blank"><img class="link" src="img/github.png"></a>
<a href="https://trackedout.org/discord" target="_blank"><img class="link" src="img/discord.png"></a>
<a href="https://www.youtube.com/@trackedoutmc" target="_blank"><img class="link" src="img/youtube.png"></a>
<a href="https://twitter.com/trackedoutmc" target="_blank"><img class="link" src="img/titter.png"></a>
<a href="https://twitter.com/trackedoutmc" target="_blank"><img class="link" src="img/twitter.png"></a>
<a href="https://trackedoutmc.tumblr.com/" target="_blank"><img class="link" src="img/tumblr.png"></a>
<a href="https://docs.google.com/spreadsheets/u/1/d/1hycNi55OZfTon1S__Dd-E2a99uT6Y9OT0fFnl_gIbr0/pubhtml" target="_blank"><img class="link" src="img/sheet.png"></a>
<a href="https://reddit.com/r/trackedout" target="_blank"><img class="link" src="img/reddit.png"></a>
Expand Down Expand Up @@ -206,7 +206,7 @@ <h3>Our Team</h3>
Lobby Design<br>
</div>
<div class="member">
<img src="https://starlightskins.lunareclipse.studio/render/dead/ai0mom7541/bust"><br>
<img src="https://starlightskins.lunareclipse.studio/render/dead/piplup7575/bust"><br>
<strong>Piplup7575</strong><br>
Website<br>
</div>
Expand Down
8 changes: 5 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,17 @@ p1 {
align-items: center;
text-align: left;
padding-top: 15px;
margin-left: auto;
margin-right: auto;
}

.list-items {
position: relative;
left: 25%;
text-align: left;
max-width: 60%;
padding-top: 15px;
margin-left: auto;
margin-right: auto;
}

@media only screen and (max-width: 1400px) {
Expand Down Expand Up @@ -187,7 +190,6 @@ code {
font-size: 25px;
color: white;
text-decoration: none;
padding: 1em;
}

#hotlinks {
Expand All @@ -206,6 +208,7 @@ code {
#hotlinks .nav_links {
list-style: none;
padding: 0;
margin: 0;
}

#hotlinks .nav_links li {
Expand All @@ -230,7 +233,6 @@ code {
}

@media (max-width: 600px) {

#discord {
width: 90%;
max-width: 360px;
Expand Down

0 comments on commit fb1d3d9

Please sign in to comment.