You've already forked no-js-hugo-theme
							
							Improved the footer layout
This commit is contained in:
		@@ -53,10 +53,11 @@
 | 
			
		||||
			</div>
 | 
			
		||||
		</div>
 | 
			
		||||
	</div>
 | 
			
		||||
	<div class="footer">
 | 
			
		||||
{{ if .Site.Params.FooterText }}
 | 
			
		||||
		{{ .Site.Params.FooterText }}
 | 
			
		||||
{{ end }}
 | 
			
		||||
	<hr class="dont-show">
 | 
			
		||||
	<div class="footer">
 | 
			
		||||
		<p>{{ .Site.Params.FooterText }}</p>
 | 
			
		||||
	</div>
 | 
			
		||||
{{ end }}
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
 
 | 
			
		||||
@@ -293,7 +293,6 @@ body {
 | 
			
		||||
 | 
			
		||||
.footer {
 | 
			
		||||
	text-align: center;
 | 
			
		||||
	padding-bottom: 10pt;
 | 
			
		||||
	font-size: 80%;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@@ -308,10 +307,11 @@ body {
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@media only screen and (max-width: 700pt) {
 | 
			
		||||
    .main {
 | 
			
		||||
        width: 100%;
 | 
			
		||||
	.main {
 | 
			
		||||
		width: 100%;
 | 
			
		||||
		margin-top: 0;
 | 
			
		||||
    }
 | 
			
		||||
		margin-bottom: 0;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	body {
 | 
			
		||||
		font-size: 12pt;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user