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>
<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">
<link rel="icon" href="/page-resources/wmilogo.png" type="image/png">
<title>
{{ block "title" . }}
{{ .Title}}{{ if ne .Title .Site.Title }} | {{ .Site.Title }}{{ end }}

View File

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