mobile: fix logo and footer
This commit is contained in:
parent
9e36d6567f
commit
475d565fdb
2 changed files with 7 additions and 4 deletions
|
@ -11,5 +11,5 @@
|
|||
|
||||
{{ .Content }}
|
||||
{{ template "_internal/disqus.html" . }}
|
||||
</div>
|
||||
|
||||
{{ end }}
|
|
@ -158,14 +158,18 @@ figure {
|
|||
}
|
||||
|
||||
.footer {
|
||||
margin-top: 150px;
|
||||
clear: both;
|
||||
margin-top: 100px;
|
||||
padding-top: 10px;;
|
||||
border-top: 1px solid var(--secondary-color);
|
||||
color: var(--global-font-color);
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 850px) {
|
||||
.site-name {
|
||||
display: none;
|
||||
width: 2ch;
|
||||
overflow: hidden;
|
||||
display: inline-block;
|
||||
}
|
||||
.terminal-nav {
|
||||
align-items: flex-start;
|
||||
|
@ -204,7 +208,6 @@ figure {
|
|||
.footer {
|
||||
margin-top: 50px;
|
||||
padding-top: 5px;;
|
||||
border-top: 1px solid var(--secondary-color);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue