icon and images

This commit is contained in:
shizuka 2018-10-16 09:08:07 +02:00
parent bc818b463f
commit adaff65a99
2 changed files with 6 additions and 4 deletions

View File

@ -3,6 +3,7 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="icon" href="/page-resources/wmilogo.png" type="image/png">
<title> <title>
{{ block "title" . }} {{ block "title" . }}
{{ .Title}}{{ if ne .Title .Site.Title }} | {{ .Site.Title }}{{ end }} {{ .Title}}{{ if ne .Title .Site.Title }} | {{ .Site.Title }}{{ end }}

View File

@ -38,7 +38,7 @@ h4 {
} }
img{ img{
max-width: 50rem; max-width: 100%;
height: auto; height: auto;
} }
@ -216,9 +216,10 @@ a:hover {
.navbar { .navbar {
display: none; display: none;
} }
/* img { img {
max-width: screen-width; max-width: 50rem;
}*/ height: auto;
}
} }
/* /*
@media (min-width: 1800) { @media (min-width: 1800) {