Skip to content

Commit

Permalink
Prettifying
Browse files Browse the repository at this point in the history
  • Loading branch information
L480 committed Jan 4, 2024
1 parent cf511c3 commit dcfaffd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,19 +74,19 @@
}

td {
padding: 0.5em;
padding-bottom: 0.5em;
}
</style>
</head>

<body onLoad="getTonies()">
<div class="d-grid gap-2 col-9 col-md-8 col-lg-6 col-xl-5 col-xxl-4 mx-auto">
<div class="col-9 col-xxl-3 mx-auto">
<div>
<h1>Hallo, Du 👋</h1>
Hier findest du eine Liste aller meiner Tonies 🎵
</div>

<div id="table">
<div id="table" class="d-flex justify-content-center">
<div id="spinner" class="d-flex justify-content-center">
<div class="spinner-border" role="status"></div>
</div>
Expand All @@ -97,7 +97,7 @@ <h1>Hallo, Du 👋</h1>
<h5>Eure Tilda ❤️</h5>
</div>

<div class="mx-auto">
<div class="d-flex justify-content-center">
<a href="https://github.com/L480/tildas-tonies" target="_blank"><img style="height: 1.5em; width: auto;"
src="https://upload.wikimedia.org/wikipedia/commons/c/c2/GitHub_Invertocat_Logo.svg"></a>
</div>
Expand Down

0 comments on commit dcfaffd

Please sign in to comment.