Skip to content

Commit 44310fa

Browse files
committed
updated styling
1 parent 22aa90a commit 44310fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,16 @@ <h2>convert <a href="https://github.com/digitalmethodsinitiative/zeeschuimer" ta
9090
ondragover="event.stopPropagation(); event.preventDefault();"
9191
ondrop="event.stopPropagation(); event.preventDefault();
9292
dodrop(event);">
93-
drop your ndjson file here.
94-
click "export" button to download a csv file.
93+
drop your ndjson file here.
94+
click "export" button to download a csv file.
9595
</div>
9696

9797
<div class="buttonhouse">
9898
<button class="beautifulbutton" onclick="downloadCSV('test.csv')">export</button>
9999
<div id="csv"></div></div>
100100

101101
<footer class="credits">
102-
<p><a href="https://github.com/PublicDataLab/zeehaven" target="_blank">view source & credits</a></p>
102+
<p><a href="https://github.com/PublicDataLab/zeehaven" target="_blank">code / credit</a></p>
103103
<p><a href="https://publicdatalab.org/" target="_blank"><img src="https://publicdatalab.org/wp-content/uploads/2021/02/pdl-logo.png" height="20"></a></p>
104104
</footer>
105105

style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ body {
3535
font-size: small;
3636
font-weight: lighter;
3737
min-height: 200px;
38-
width: 80%;
38+
width: 100%;
3939
}
4040

4141
.beautifulbutton {

0 commit comments

Comments
 (0)