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-links,
|
||||||
footer .footer-top .social,
|
footer .footer-top .social,
|
||||||
footer .footer-top .app {
|
footer .footer-top .app {
|
||||||
display: flex;
|
display: block;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -626,4 +626,4 @@ main.home {
|
||||||
select {
|
select {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
-webkit-border-radius: 0px;
|
-webkit-border-radius: 0px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,16 +19,15 @@
|
||||||
<footer class="py-5">
|
<footer class="py-5">
|
||||||
<div class="footer-top">
|
<div class="footer-top">
|
||||||
<div class="container footer-social">
|
<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>
|
<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>
|
<small>
|
||||||
{{ if $.session_id }}session-id: {{ $.session_id }}</br>{{end}}
|
{{ if $.session_id }}session-id: {{ $.session_id }} — {{end}}
|
||||||
{{ if $.request_id }}request-id: {{ $.request_id }}</br>{{end}}
|
{{ if $.request_id }}request-id: {{ $.request_id }}{{end}}
|
||||||
</small>
|
</small>
|
||||||
</div>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"
|
||||||
|
|
Loading…
Reference in a new issue