mobile: fix logo and footer

This commit is contained in:
Marcin Mierzejewski 2020-05-01 15:40:02 +02:00
parent 9e36d6567f
commit 475d565fdb
2 changed files with 7 additions and 4 deletions

View file

@ -11,5 +11,5 @@
{{ .Content }} {{ .Content }}
{{ template "_internal/disqus.html" . }} {{ template "_internal/disqus.html" . }}
</div>
{{ end }} {{ end }}

View file

@ -158,14 +158,18 @@ figure {
} }
.footer { .footer {
margin-top: 150px; clear: both;
margin-top: 100px;
padding-top: 10px;; padding-top: 10px;;
border-top: 1px solid var(--secondary-color); border-top: 1px solid var(--secondary-color);
color: var(--global-font-color);
} }
@media only screen and (max-width: 850px) { @media only screen and (max-width: 850px) {
.site-name { .site-name {
display: none; width: 2ch;
overflow: hidden;
display: inline-block;
} }
.terminal-nav { .terminal-nav {
align-items: flex-start; align-items: flex-start;
@ -204,7 +208,6 @@ figure {
.footer { .footer {
margin-top: 50px; margin-top: 50px;
padding-top: 5px;; padding-top: 5px;;
border-top: 1px solid var(--secondary-color);
} }
} }