fixed bad spacing
This commit is contained in:
parent
84df099bc5
commit
6d9b8b88d3
1 changed files with 42 additions and 41 deletions
11
index.html
11
index.html
|
@ -53,9 +53,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
<main role="main" class="container" style="padding-top: 30px;">
|
||||||
|
|
||||||
<main role="main" class="container" style="margin-top: -30px;">
|
|
||||||
<div class="d-flex align-items-center p-3 my-3 text-white-50 bg-blue rounded shadow-sm">
|
<div class="d-flex align-items-center p-3 my-3 text-white-50 bg-blue rounded shadow-sm">
|
||||||
<img class="mr-3" src="img/icon.png" alt="" width="48" height="48">
|
<img class="mr-3" src="img/icon.png" alt="" width="48" height="48">
|
||||||
<div class="lh-100">
|
<div class="lh-100">
|
||||||
|
@ -66,16 +64,18 @@
|
||||||
|
|
||||||
<div class="my-3 p-3 bg-white rounded shadow-sm">
|
<div class="my-3 p-3 bg-white rounded shadow-sm">
|
||||||
<h6 class="border-bottom border-gray pb-2 mb-0">current places</h6>
|
<h6 class="border-bottom border-gray pb-2 mb-0">current places</h6>
|
||||||
|
<div id="locationsList">
|
||||||
<div class="media text-muted pt-3">
|
<div class="media text-muted pt-3">
|
||||||
<svg class="bd-placeholder-img mr-2 rounded" width="32" height="32" src="http://www.w3.org/2000/svg"
|
<svg class="bd-placeholder-img mr-2 rounded" width="32" height="32" src="http://www.w3.org/2000/svg"
|
||||||
preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: 32x32">
|
preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: 32x32">
|
||||||
<title>Placeholder</title>
|
<title>Placeholder</title>
|
||||||
<rect width="100%" height="100%" fill="#007bff" /><text x="50%" y="50%" fill="#007bff" dy=".3em">32x32</text>
|
<rect width="100%" height="100%" fill="#007bff" /><text x="50%" y="50%" fill="#007bff"
|
||||||
|
dy=".3em">32x32</text>
|
||||||
</svg>
|
</svg>
|
||||||
<p class="media-body pb-3 mb-0 small lh-125 border-bottom border-gray">
|
<p class="media-body pb-3 mb-0 small lh-125 border-bottom border-gray">
|
||||||
<strong class="d-block text-gray-dark">
|
<strong class="d-block text-gray-dark">
|
||||||
<a href="dashboard.html">Stuttgart-Vaihingen</a>
|
<a href="dashboard.html">Stuttgart-Vaihingen</a>
|
||||||
</strong>
|
</strong>
|
||||||
Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris
|
Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris
|
||||||
condimentum nibh, ut fermentum massa justo sit amet risus.
|
condimentum nibh, ut fermentum massa justo sit amet risus.
|
||||||
</p>
|
</p>
|
||||||
|
@ -110,6 +110,7 @@
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</main>
|
</main>
|
||||||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
|
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
|
||||||
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
|
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
|
||||||
|
|
Loading…
Reference in a new issue