forked from cryptoaarhus.dk/website
Add bootstrap js and #where anchor - fixes #8
This commit is contained in:
parent
65c4b24be0
commit
25b038f6d1
|
@ -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%; }
|
||||
|
|
2
css/cryptohagen.min.css
vendored
2
css/cryptohagen.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -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
|
||||
|
|
|
@ -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
7
js/bootstrap.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue