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

Commit

Permalink
Browse files Browse the repository at this point in the history
 into main
  • Loading branch information
Paul Goldschmidt committed Sep 25, 2021
2 parents 5529984 + f59d2e1 commit da19dec
Show file tree
Hide file tree
Showing 2 changed files with 3 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
5 changes: 2 additions & 3 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ <h1>Chirp<wbr />analytica</h1>
</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 Expand Up @@ -108,4 +107,4 @@ <h1>Chirp<wbr />analytica</h1>
<script src="js/smooth-scroll.js"></script>
</body>

</html>
</html>

0 comments on commit da19dec

Please sign in to comment.