mirror of
https://github.com/thomasjsn/hugo-theme-hello-friend.git
synced 2024-11-21 15:25:08 +01:00
minor updates
This commit is contained in:
parent
7e806ce13e
commit
e412efb718
@ -229,7 +229,6 @@ ol ol {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
@ -257,10 +256,19 @@ hr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.framed {
|
.framed {
|
||||||
padding: 20px;
|
padding: 50px;
|
||||||
|
margin: 0 -50px 40px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border: 1px solid var(--border-color);
|
border: 1px solid var(--border-color);
|
||||||
max-width: 800px;
|
width: 100%;
|
||||||
|
max-width: 860px;
|
||||||
|
|
||||||
|
@media ($tablet) {
|
||||||
|
width: auto;
|
||||||
|
max-width: 680px;
|
||||||
|
margin: 20px 20px 40px;
|
||||||
|
padding: 30px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote.twitter-tweet {
|
blockquote.twitter-tweet {
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
{{ partial "logo.html" . }}
|
{{ partial "logo.html" . }}
|
||||||
<div class="copyright">
|
<div class="copyright">
|
||||||
<span>© {{ now.Year }} Powered by <a href="https://gohugo.io" target="_blank" rel="noopener">Hugo</a></span>
|
<span>© {{ now.Year }} Powered by <a href="https://gohugo.io" target="_blank" rel="noopener">Hugo</a></span>
|
||||||
<span>:: <a href="https://github.com/panr/hugo-theme-hello-friend" target="_blank">Theme</a> made by <a href="https://github.com/panr" target="_blank">panr</a></span>
|
<span><a href="https://github.com/panr/hugo-theme-hello-friend" target="_blank">Theme</a> made by <a href="https://github.com/panr" target="_blank">panr</a></span>
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user