mirror of
https://github.com/thomasjsn/hugo-theme-hello-friend.git
synced 2024-11-14 04:15:07 +01:00
minor updates
This commit is contained in:
parent
7e806ce13e
commit
e412efb718
@ -229,7 +229,6 @@ ol ol {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.content {
|
||||
@ -257,10 +256,19 @@ hr {
|
||||
}
|
||||
|
||||
.framed {
|
||||
padding: 20px;
|
||||
padding: 50px;
|
||||
margin: 0 -50px 40px;
|
||||
border-radius: 10px;
|
||||
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 {
|
||||
|
@ -6,7 +6,7 @@
|
||||
{{ partial "logo.html" . }}
|
||||
<div class="copyright">
|
||||
<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>
|
||||
{{ end }}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user