Update footer refs to be vertically aligned instead of in columns
This commit is contained in:
parent
6db0f64b02
commit
af5d111d76
2 changed files with 7 additions and 8 deletions
|
@ -241,7 +241,7 @@ footer .footer-top .footer-app,
|
|||
footer .footer-links,
|
||||
footer .footer-top .social,
|
||||
footer .footer-top .app {
|
||||
display: flex;
|
||||
display: block;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
|
|
|
@ -19,16 +19,15 @@
|
|||
<footer class="py-5">
|
||||
<div class="footer-top">
|
||||
<div class="container footer-social">
|
||||
<p class="footer-text">© 2020 Google Inc (<a href="https://github.com/GoogleCloudPlatform/microservices-demo">Source Code</a>) — </p>
|
||||
<p class="footer-text">© 2020 Google Inc (<a href="https://github.com/GoogleCloudPlatform/microservices-demo">Source Code</a>)</p>
|
||||
<p class="footer-text"> This website is hosted for demo purposes only. It is not an actual shop. This is not a Google product.</p>
|
||||
<div class="footer-text">
|
||||
<p class="footer-text">
|
||||
<small>
|
||||
{{ if $.session_id }}session-id: {{ $.session_id }}</br>{{end}}
|
||||
{{ if $.request_id }}request-id: {{ $.request_id }}</br>{{end}}
|
||||
{{ if $.session_id }}session-id: {{ $.session_id }} — {{end}}
|
||||
{{ if $.request_id }}request-id: {{ $.request_id }}{{end}}
|
||||
</small>
|
||||
</div>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</footer>
|
||||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"
|
||||
|
|
Loading…
Reference in a new issue