Add bootstrap js and #where anchor - fixes #8

This commit is contained in:
Benjamin Bach 2016-06-28 00:58:27 +02:00
parent 65c4b24be0
commit 25b038f6d1
5 changed files with 14 additions and 6 deletions

View File

@ -4567,11 +4567,11 @@ a.bg-danger:focus, a.bg-danger:hover {
color: #cf6eae; }
body {
padding-top: 60px;
padding-top: 50px;
/* Because of static topbar */ }
section {
margin-top: 40px; }
padding-top: 50px; }
.card-deck .card {
max-width: 33%; }

File diff suppressed because one or more lines are too long

View File

@ -23,11 +23,11 @@ $brand-danger: #B4763C;
}
body {
padding-top: 60px; /* Because of static topbar */
padding-top: 50px; /* Because of static topbar */
}
section {
margin-top: 40px;
padding-top: 50px;
}
.card-deck

View File

@ -50,7 +50,7 @@
</div>
</div>
</section>
<section id="intro">
<section id="when">
<div class="container">
<h1>Næste gang!</h1>
@ -163,6 +163,7 @@
</footer>
<script src="js/bootstrap.min.js"></script>
</body>
</html>

7
js/bootstrap.min.js vendored Normal file

File diff suppressed because one or more lines are too long