Skip to content

Commit

Permalink
updated style
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverheilig committed Dec 16, 2021
1 parent a298fb2 commit 50fa74f
Showing 1 changed file with 11 additions and 17 deletions.
28 changes: 11 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,12 @@
height: 100%;
font: 10pt "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/*h1, p {
margin-top: 3em;
}

h2 {
margin-top: 2em;
h3.link-footer {
margin-top: 0.2em;
margin-bottom: 3em;
}

h3 {
margin-top: 1em;
}*/

.leaflet-top-pane {
pointer-events: none;
}
Expand Down Expand Up @@ -238,26 +232,26 @@ <h2>Powered by</h2>
</p>
<p>
<div>
<a href="http://xserver.ptvgroup.com/de/produkte/ptv-xserver-internet/"><img src="./images/xserver.png"></a>
<h3>PTV xServer internet</h3>
<a href="http://xserver.ptvgroup.com/de/produkte/ptv-xserver-internet/" target="_blank"><img src="./images/xserver.png"></a>
<h3 class="link-footer">PTV xServer internet</h3>
</div>
</p>
<p>
<div>
<a href="http://leafletjs.com/"><img src="./images/leaflet.png"></a>
<h3>Leaflet</h3>
<a href="http://leafletjs.com/" target="_blank"><img src="./images/leaflet.png"></a>
<h3 class="link-footer">Leaflet</h3>
</div>
</p>
<p>
<div>
<a href="http://www.liedman.net/leaflet-routing-machine/"><img src="./images/lrm.svg"></a>
<h3>Leaflet Routing Machine</h3>
<a href="http://www.liedman.net/leaflet-routing-machine/" target="_blank"><img src="./images/lrm.svg"></a>
<h3 class="link-footer">Leaflet Routing Machine</h3>
</div>
</p>
<p>
<div>
<a href="http://d3js.org"><img src="./images/d3.svg"></a>
<h3>Data Driven Documents</h3>
<a href="http://d3js.org" target="_blank"><img src="./images/d3.svg"></a>
<h3 class="link-footer">Data Driven Documents</h3>
</div>
</p>
</div>
Expand Down

0 comments on commit 50fa74f

Please sign in to comment.