Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
[BUGFIX] #1 Fix footer overlapping
Browse files Browse the repository at this point in the history
  • Loading branch information
TorbenWetter committed Sep 25, 2021
1 parent e496621 commit f59d2e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions frontend/css/predict.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

#chart {
width: 100%;
height: 300px;
margin: 30px auto 0;
margin: 30px auto;
display: block;
}

Expand Down
6 changes: 3 additions & 3 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,16 @@ <h1>Chirp<wbr />analytica</h1>
Tweets
korrekt analysiert, die Abfrage kann bis zu 2 Minuten brauchen.</p>
<div id="loadingresults" class="gone">
<img id="loading-image" loading="lazy" width="100" height="100" src="chirploader.gif" alt="Loading..." />
<img id="loading-image" loading="lazy" width="100" height="100" src="chirploader.gif"
alt="Loading..." />
</div>
<p id="internal-error" class="gone"><i>Leider ist ein Severfehler aufgetreten, wurde der Nutzername
richtig
geschrieben? 🐦</i></p>
</div>

<div id="chart" class="gone">
<p style="margin-top:10px;margin-bottom:10px;"></p>Deine Übereinstimmung mit den folgenden Parteien (%):
</p>
<p style="margin-top:10px;margin-bottom:10px;">Deine Übereinstimmung mit den folgenden Parteien (%):</p>
<div class="d-flex">
<ul id="numbers">
<li><span></span></li>
Expand Down

0 comments on commit f59d2e1

Please sign in to comment.