Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions daprdocs/assets/scss/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,14 @@ nav#TableOfContents {
border-right: none !important;
border-bottom: none !important;
}
}

.img-scarf {
height: 1px ;
width: 1px;
}

footer > .mx-sm-5 {
margin-left: auto !important;
margin-right: auto !important;
}
4 changes: 4 additions & 0 deletions daprdocs/assets/scss/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,8 @@
}
}
}
}

.navbar-expand {
justify-content: space-around;
}
6 changes: 3 additions & 3 deletions daprdocs/layouts/_partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<footer class="bg-dark py-7 row d-print-none">
<div class="container-fluid mx-sm-5" style="margin-top: 2rem;">
<div class="row">
<div class="col-6 col-sm-2 text-xs-center order-sm-2" style="margin-top: 1rem;">
<div class="col-6 col-sm-3 text-xs-center order-sm-1" style="margin-top: 1rem;">
{{ with $links }}
{{ with index . "user"}}
{{ template "footer-links-block" . }}
{{ end }}
{{ end }}
</div>
<div class="col-6 col-sm-2 text-right text-xs-center order-sm-3" style="margin-top: 1rem;">
<div class="col-6 col-sm-3 text-right text-xs-center order-sm-3" style="margin-top: 1rem;">
{{ with $links }}
{{ with index . "developer"}}
{{ template "footer-links-block" . }}
Expand All @@ -24,7 +24,7 @@
</div>
</div>
</div>
<img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=4848fb3b-3edb-4329-90a9-a9d79afff054" />
<img class="img-scarf" referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=4848fb3b-3edb-4329-90a9-a9d79afff054" />
<script> (function (ss, ex) { window.ldfdr = window.ldfdr || function () { (ldfdr._q = ldfdr._q || []).push([].slice.call(arguments)); }; (function (d, s) { fs = d.getElementsByTagName(s)[0]; function ce(src) { var cs = d.createElement(s); cs.src = src; cs.async = 1; fs.parentNode.insertBefore(cs, fs); }; ce('https://sc.lfeeder.com/lftracker_v1_' + ss + (ex ? '_' + ex : '') + '.js'); })(document, 'script'); })('JMvZ8gblPjda2pOd'); </script>
<script async src="https://tag.clearbitscripts.com/v1/pk_3f4df076549ad932eda451778a42b09b/tags.js" referrerpolicy="strict-origin-when-cross-origin"></script>
</footer>
Expand Down