Improved the footer layout

This commit is contained in:
Steven Engler
2019-07-06 11:55:04 -04:00
parent 268893afa8
commit 1acbc897b2
2 changed files with 8 additions and 7 deletions

View File

@ -53,10 +53,11 @@
</div> </div>
</div> </div>
</div> </div>
<div class="footer">
{{ if .Site.Params.FooterText }} {{ if .Site.Params.FooterText }}
{{ .Site.Params.FooterText }} <hr class="dont-show">
{{ end }} <div class="footer">
<p>{{ .Site.Params.FooterText }}</p>
</div> </div>
{{ end }}
</body> </body>
</html> </html>

View File

@ -293,7 +293,6 @@ body {
.footer { .footer {
text-align: center; text-align: center;
padding-bottom: 10pt;
font-size: 80%; font-size: 80%;
} }
@ -308,10 +307,11 @@ body {
@media only screen and (max-width: 700pt) { @media only screen and (max-width: 700pt) {
.main { .main {
width: 100%; width: 100%;
margin-top: 0; margin-top: 0;
} margin-bottom: 0;
}
body { body {
font-size: 12pt; font-size: 12pt;